Skip to content

Commit c4f5f2c

Browse files
committed
Upgrade to CPP17
1 parent db4891a commit c4f5f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cmake/compiler/compiler.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
set(CMAKE_C_STANDARD 11)
88
set(CMAKE_C_STANDARD_REQUIRED ON)
9-
set(CMAKE_CXX_STANDARD 14)
9+
set(CMAKE_CXX_STANDARD 17)
1010
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1111

1212
set(CMAKE_POSITION_INDEPENDENT_CODE ON)

0 commit comments

Comments
 (0)