Disabled building timing scripts by default

release/4.3a0
Richard Roberts 2012-12-11 19:16:08 +00:00
parent 880d98e068
commit 682daa3e61
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ endif()
# Configurable Options
option(GTSAM_BUILD_TESTS "Enable/Disable building of tests" ON)
option(GTSAM_BUILD_TIMING "Enable/Disable building of timing scripts" ON) # These do not currently work
option(GTSAM_BUILD_TIMING "Enable/Disable building of timing scripts" OFF) # These do not currently work
option(GTSAM_BUILD_EXAMPLES "Enable/Disable building of examples" ON)
if(GTSAM_UNSTABLE_AVAILABLE)
option(GTSAM_BUILD_UNSTABLE "Enable/Disable libgtsam_unstable" ON)