We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8ff4e commit f8266d5Copy full SHA for f8266d5
2 files changed
CMakeLists.txt
@@ -5,7 +5,7 @@
5
# GNU Lesser General Public Licence (LGPL) version 3, #
6
# copied verbatim in the file "LICENSE" #
7
################################################################################
8
-cmake_minimum_required(VERSION 3.18...3.30 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.18...3.31 FATAL_ERROR)
9
10
set(PROJECT_MIN_CXX_STANDARD 17)
11
FairRoot_build_test.cmake
@@ -30,7 +30,7 @@ ctest_start(Continuous)
30
get_filename_component(test_install_prefix "${CTEST_BINARY_DIRECTORY}/install"
31
ABSOLUTE)
32
list(APPEND options
33
- "-Werror=dev"
+# "-Werror=dev"
34
"-DDISABLE_COLOR=ON"
35
"-DCMAKE_INSTALL_PREFIX:PATH=${test_install_prefix}"
36
)
0 commit comments