From f19a5f472d282de32ca270afc68a6da8d4edca61 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 26 Feb 2023 22:42:08 +0100 Subject: Revert "cmake: Enable building tests by default" This reverts commit 889c006f9fcc57889ccb7d10ebadcf53463ae24c. As discussed with co-maintainer Robert Tari, tests shall be enabled by distro packagers (if wanted) and in our CI builds. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 63cfec4..ceccb83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ endif(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) # Options -option(ENABLE_TESTS "Enable all tests and checks" ON) +option(ENABLE_TESTS "Enable all tests and checks" OFF) option(ENABLE_COVERAGE "Enable coverage reports (includes enabling all tests and checks)" OFF) option(ENABLE_WERROR "Treat all build warnings as errors" OFF) -- cgit v1.2.3