Skip to content

Commit

Permalink
Enforce C++17 standard [MAGP-1356]
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell committed Feb 5, 2024
1 parent 723d87f commit 3631c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set(INSTALL_INCLUDE_DIR include/magics CACHE PATH "Magics installation directory

include(ecbuild_system NO_POLICY_SCOPE)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_C_STANDARD 99)

Expand Down

0 comments on commit 3631c96

Please sign in to comment.