Skip to content

Commit 1fa8386

Browse files
committedNov 14, 2011
Enable tests by default
1 parent 705f55e commit 1fa8386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ENDIF (WITH_GLOBE)
8888
SET (PEDANTIC TRUE CACHE BOOL "Determines if we should compile in pedantic mode.")
8989

9090
# whether unit tests should be build
91-
SET (ENABLE_TESTS FALSE CACHE BOOL "Build unit tests?")
91+
SET (ENABLE_TESTS TRUE CACHE BOOL "Build unit tests?")
9292

9393
# hide this variable because building of python bindings might fail
9494
# if set to other directory than expected

0 commit comments

Comments
 (0)
Please sign in to comment.