We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ad41d commit 30a1413Copy full SHA for 30a1413
CMakeLists.txt
@@ -116,7 +116,7 @@ target_include_directories(${PROJECT_NAME} PRIVATE "${CMAKE_SOURCE_DIR}/src")
116
# Target properties
117
# -----------------------------------------------------------------------------
118
# Request C++17
119
-target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_17)
+target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_20)
120
121
122
0 commit comments