From: Matt Mullins Date: Wed, 30 May 2012 04:44:18 +0000 (-0700) Subject: Change yaml-cpp not to build tests by default. X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=516b32338e579cee480e2b20daf3c44a1d8a7716;p=IvanGame.git Change yaml-cpp not to build tests by default. We don't run these, so why build them? --- diff --git a/yaml-cpp/CMakeLists.txt b/yaml-cpp/CMakeLists.txt index 823ce20..9780286 100644 --- a/yaml-cpp/CMakeLists.txt +++ b/yaml-cpp/CMakeLists.txt @@ -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