From e21e05a039b0efd62fe4ed9f236325779b8f2577 Mon Sep 17 00:00:00 2001 From: Noel Eck Date: Wed, 26 Oct 2016 10:11:43 -0700 Subject: [PATCH] tests: Default ctest option to off The UPM ctests require python which will fail cmake configure if not available. Defaulting to OFF for now. Signed-off-by: Noel Eck --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 509a0421..9323e0ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ option (BUILDEXAMPLES "Build C/C++ example binaries" OFF) option (BUILDJAVAEXAMPLES "Build java example jars" OFF) option (IPK "Generate IPK using CPack" OFF) option (RPM "Generate RPM using CPack" OFF) -option (BUILDTESTS "Generate check-ups for upm" ON) +option (BUILDTESTS "Generate check-ups for upm" OFF) option (WERROR "Make all warnings into errors." OFF) # Warn if building in source root