Ver código fonte

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 anos atrás
pai
commit
84491f22e2
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

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