From fa45de56a67a3568769676fbb4be877b87788a62 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Mon, 3 Oct 2016 00:09:49 +0200 Subject: [PATCH] Disable default building of system tests --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71e5f5daa..e98c6af33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ if(ENABLE_PACKAGING) endif(ENABLE_PACKAGING) # Testing -option(ENABLE_SYSTEM_TESTING "Builds system tests" ON) +option(ENABLE_SYSTEM_TESTING "Builds system tests" OFF) option(ENABLE_UNIT_TESTING "Builds unit tests" ON) ###############################