Skip to content

Commit f8266d5

Browse files
rbxkarabowi
authored andcommitted
Disable -Werror=dev in the test build
1 parent aa8ff4e commit f8266d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# GNU Lesser General Public Licence (LGPL) version 3, #
66
# copied verbatim in the file "LICENSE" #
77
################################################################################
8-
cmake_minimum_required(VERSION 3.18...3.30 FATAL_ERROR)
8+
cmake_minimum_required(VERSION 3.18...3.31 FATAL_ERROR)
99

1010
set(PROJECT_MIN_CXX_STANDARD 17)
1111

FairRoot_build_test.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ctest_start(Continuous)
3030
get_filename_component(test_install_prefix "${CTEST_BINARY_DIRECTORY}/install"
3131
ABSOLUTE)
3232
list(APPEND options
33-
"-Werror=dev"
33+
# "-Werror=dev"
3434
"-DDISABLE_COLOR=ON"
3535
"-DCMAKE_INSTALL_PREFIX:PATH=${test_install_prefix}"
3636
)

0 commit comments

Comments
 (0)