From 6e3b4d716bae09c5c8832ca31a427f24a12729b3 Mon Sep 17 00:00:00 2001 From: Andrea Mattavelli Date: Mon, 9 Oct 2017 19:22:27 +0100 Subject: Disabled unit testing in default build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1064e0ce..c34b8786 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -661,7 +661,7 @@ add_subdirectory(tools) ################################################################################ # Testing ################################################################################ -option(ENABLE_UNIT_TESTS "Enable unit tests" ON) +option(ENABLE_UNIT_TESTS "Enable unit tests" OFF) option(ENABLE_SYSTEM_TESTS "Enable system tests" ON) # This provides a migration path for older build directories that have this -- cgit 1.4.1