From 84491f22e2d65e35f5b402dafb99f381a28c6ef3 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sun, 4 May 2014 15:20:26 +0200 Subject: [PATCH] update: enable tests as default because so it is much easier to run the unit tests after each bugfix. Signed-off-by: Kim Kulling --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bb843515..cf64e9ef3 100644 --- a/CMakeLists.txt +++ b/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." )