Skip to content

Commit

Permalink
[cmake] Suppress some warnings on gcc 13.3.0 (ubuntu1) as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Jan 21, 2025
1 parent 4dbefc7 commit 9c281e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cmake/CompilerSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ if(COMPILER_IS_GCC OR COMPILER_IS_CLANG OR COMPILER_IS_INTEL)
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-fext-numeric-literals>)
if(CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL 13.1.1
OR CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL 13.2.1
OR CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL 13.3.0
)
# See https://gitlab.opengeosys.org/ogs/ogs/-/merge_requests/4597
add_compile_options(
Expand Down

0 comments on commit 9c281e2

Please sign in to comment.