Skip to content

Commit ea6edf6

Browse files
authored
Update to C++20 in the main CMakeLists.txt (#2161)
1 parent 558e8fe commit ea6edf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ unset(isSystemDir)
7474

7575
# C++ standard
7676
if(NOT DEFINED CMAKE_CXX_STANDARD)
77-
set(CMAKE_CXX_STANDARD 17)
77+
set(CMAKE_CXX_STANDARD 20)
7878
set(CMAKE_CXX_STANDARD_REQUIRED TRUE)
7979
endif()
8080

0 commit comments

Comments
 (0)