From 516b32338e579cee480e2b20daf3c44a1d8a7716 Mon Sep 17 00:00:00 2001 From: Matt Mullins Date: Tue, 29 May 2012 21:44:18 -0700 Subject: [PATCH] Change yaml-cpp not to build tests by default. We don't run these, so why build them? --- yaml-cpp/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0