Change yaml-cpp not to build tests by default.
authorMatt Mullins <mokomull@gmail.com>
Wed, 30 May 2012 04:44:18 +0000 (21:44 -0700)
committerMatt Mullins <mokomull@gmail.com>
Wed, 30 May 2012 04:44:18 +0000 (21:44 -0700)
We don't run these, so why build them?

yaml-cpp/CMakeLists.txt

index 823ce20..9780286 100644 (file)
@@ -33,7 +33,7 @@ enable_testing()
 ### Project options
 ###
 ## Project stuff
-option(YAML_CPP_BUILD_TOOLS "Enable testing and parse tools" ON)
+option(YAML_CPP_BUILD_TOOLS "Enable testing and parse tools" OFF)
 option(YAML_CPP_BUILD_CONTRIB "Enable contrib stuff in library" ON)
 
 ## Build options