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
Kim Kulling 2014-05-04 15:20:26 +02:00
parent 825a61fbc0
commit 84491f22e2
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ IF ( ASSIMP_BUILD_SAMPLES)
ENDIF ( ASSIMP_BUILD_SAMPLES )
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."
)