From 938353179e64a8cc3ef79bcb72795d645623de92 Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Wed, 4 Dec 2024 16:27:51 +0100 Subject: [PATCH] Disable -Werror=dev in the test build --- CMakeLists.txt | 2 +- FairRoot_build_test.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7740702dd..22dbb6106e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ # GNU Lesser General Public Licence (LGPL) version 3, # # copied verbatim in the file "LICENSE" # ################################################################################ -cmake_minimum_required(VERSION 3.18...3.30 FATAL_ERROR) +cmake_minimum_required(VERSION 3.18...3.31 FATAL_ERROR) set(PROJECT_MIN_CXX_STANDARD 17) diff --git a/FairRoot_build_test.cmake b/FairRoot_build_test.cmake index 7c721b710c..f2477a0d39 100644 --- a/FairRoot_build_test.cmake +++ b/FairRoot_build_test.cmake @@ -30,7 +30,7 @@ ctest_start(Continuous) get_filename_component(test_install_prefix "${CTEST_BINARY_DIRECTORY}/install" ABSOLUTE) list(APPEND options - "-Werror=dev" +# "-Werror=dev" "-DDISABLE_COLOR=ON" "-DCMAKE_INSTALL_PREFIX:PATH=${test_install_prefix}" )