Skip to content

Commit

Permalink
Enable tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Nov 14, 2011
1 parent 705f55e commit 1fa8386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit 1fa8386

Please sign in to comment.