Skip to content

Commit

Permalink
Disable -Werror=dev in the test build
Browse files Browse the repository at this point in the history
  • Loading branch information
rbx committed Dec 10, 2024
1 parent c52a51f commit 9383531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion FairRoot_build_test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
)
Expand Down

0 comments on commit 9383531

Please sign in to comment.