mirror of https://github.com/ecmwf/eccodes.git
Updated C++ version from C++11 to C++17
This commit is contained in:
parent
90cb23afd0
commit
49fc3fbec0
|
@ -22,7 +22,7 @@ find_package( ecbuild 3.7 REQUIRED HINTS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CUR
|
|||
|
||||
# Initialise project
|
||||
project( eccodes VERSION 2.30.0 LANGUAGES CXX )
|
||||
set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue