Skip to content

Commit d8addc9

Browse files
committed
Build with C++20.
1 parent ec4eba2 commit d8addc9

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
@@ -31,7 +31,7 @@ set (CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
3131

3232
# ----- Compile options -----
3333

34-
set(CMAKE_CXX_STANDARD 17)
34+
set(CMAKE_CXX_STANDARD 20)
3535

3636
set (OM_STD_LIBS)
3737

0 commit comments

Comments
 (0)