Skip to content

Commit 4f7c657

Browse files
committed
bump C++ version to C++20
1 parent 380c599 commit 4f7c657

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
22
if (NOT CMAKE_BUILD_TYPE)
33
set(CMAKE_BUILD_TYPE "Release" CACHE STRING "" FORCE)
44
endif()
5-
set (CMAKE_CXX_STANDARD 17)
5+
set (CMAKE_CXX_STANDARD 20)
66

77
set(Idefix_VERSION_MAJOR 2)
88
set(Idefix_VERSION_MINOR 2)

0 commit comments

Comments
 (0)