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