From 1fa83869b78c7f2c93088360040d68c19a282e9f Mon Sep 17 00:00:00 2001 From: Tim Sutton Date: Mon, 14 Nov 2011 10:42:14 +0200 Subject: [PATCH] Enable tests by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 48ea04a858e8..abd2a3c0797f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ ENDIF (WITH_GLOBE) SET (PEDANTIC TRUE CACHE BOOL "Determines if we should compile in pedantic mode.") # whether unit tests should be build -SET (ENABLE_TESTS FALSE CACHE BOOL "Build unit tests?") +SET (ENABLE_TESTS TRUE CACHE BOOL "Build unit tests?") # hide this variable because building of python bindings might fail # if set to other directory than expected