Browse Source

update: enable tests as default because so it is much easier to run the unit tests after each bugfix.

Signed-off-by: Kim Kulling <[email protected]>
Kim Kulling 11 years ago
parent
commit
84491f22e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -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."
 	)
 	)