From 9853dc24e10290430b8c4e9c67cc2f6b57deab06 Mon Sep 17 00:00:00 2001 From: Sergey Kosukhin <sergey.kosukhin@mpimet.mpg.de> Date: Fri, 21 Mar 2025 17:00:51 +0100 Subject: [PATCH] cmake: disable the tests by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0bdfbd..2952b26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ project( ) option(BUILD_SHARED_LIBS "Build shared libraries" ON) -option(BUILD_TESTING "Build tests" ON) +option(BUILD_TESTING "Build tests" OFF) option(MTIME_ENABLE_PYTHON "Enable the Python interface" OFF) option(MTIME_BUILD_DOCS "Build documentation" OFF) -- GitLab