Skip to content

Commit

Permalink
Merge pull request #14 from ecmwf/feature/cpp17
Browse files Browse the repository at this point in the history
Use C++17
  • Loading branch information
simondsmart authored Nov 15, 2023
2 parents a4e3753 + 0341b63 commit 1a5b787
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 @@ -14,7 +14,7 @@ find_package( ecbuild 3.4 REQUIRED HINTS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CUR

project( odc LANGUAGES C CXX )

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

########################################################################################################################
Expand Down

0 comments on commit 1a5b787

Please sign in to comment.