update: enable tests as default because so it is much easier to run the unit tests after each bugfix.
Signed-off-by: Kim Kulling <kim.kulling@googlemail.com>pull/267/head
parent
825a61fbc0
commit
84491f22e2
|
@ -174,7 +174,7 @@ IF ( ASSIMP_BUILD_SAMPLES)
|
||||||
ENDIF ( ASSIMP_BUILD_SAMPLES )
|
ENDIF ( ASSIMP_BUILD_SAMPLES )
|
||||||
|
|
||||||
IF ( WIN32 )
|
IF ( WIN32 )
|
||||||
SET ( ASSIMP_BUILD_TESTS OFF CACHE BOOL
|
SET ( ASSIMP_BUILD_TESTS ON CACHE BOOL
|
||||||
"If the test suite for Assimp is built in addition to the library."
|
"If the test suite for Assimp is built in addition to the library."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue