Skip to content

Commit 30a1413

Browse files
Update C++ version
1 parent b8ad41d commit 30a1413

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
@@ -116,7 +116,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE "${CMAKE_SOURCE_DIR}/src")
116116
# Target properties
117117
# -----------------------------------------------------------------------------
118118
# Request C++17
119-
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_17)
119+
target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_20)
120120

121121

122122
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)