Skip to content

Commit 52eef30

Browse files
committed
Enable Build c++23
1 parent 4c27c94 commit 52eef30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indra/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ else()
2929
set( USE_AUTOBUILD_3P ON )
3030
endif()
3131

32-
set(CMAKE_CXX_STANDARD 20)
32+
set(CMAKE_CXX_STANDARD 23)
3333
set(CMAKE_CXX_STANDARD_REQUIRED ON)
3434

3535
include(Variables)

0 commit comments

Comments
 (0)