Skip to content

Commit c08cc99

Browse files
committed
upgrade C++ to v20
1 parent 119cb88 commit c08cc99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22
project(expresso VERSION 0.1.6)
33

4-
set(CMAKE_CXX_STANDARD 17)
4+
set(CMAKE_CXX_STANDARD 20)
55
set(CMAKE_CXX_EXTENSIONS OFF)
66
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
77

0 commit comments

Comments
 (0)