disable samples per default.

pull/2764/head
Kim Kulling 2019-11-15 21:46:09 +01:00
parent 3a8cb442f3
commit 4ad2368116
2 changed files with 1 additions and 3 deletions

View File

@ -90,7 +90,7 @@ OPTION( ASSIMP_BUILD_ASSIMP_TOOLS
)
OPTION ( ASSIMP_BUILD_SAMPLES
"If the official samples are built as well (needs Glut)."
ON
OFF
)
OPTION ( ASSIMP_BUILD_TESTS
"If the test suite for Assimp is built in addition to the library."

View File

@ -2,8 +2,6 @@ FIND_PACKAGE(DirectX)
IF ( MSVC )
SET(M_LIB)
ELSE ( MSVC )
find_library(M_LIB m)
ENDIF ( MSVC )
if ( MSVC )