We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6ce5e commit e85063aCopy full SHA for e85063a
klib/CMakeLists.txt
@@ -49,7 +49,7 @@ set_target_properties(klib PROPERTIES FOLDER "klib")
49
add_library(${PROJECT_NAME}::klib ALIAS klib)
50
51
# enable C++20 support for the library
52
-target_compile_features(klib PUBLIC cxx_std_20)
+target_compile_features(klib PUBLIC cxx_std_23)
53
54
# link to the traget_cpu_options to get all the cpu flags
55
target_link_libraries(klib PUBLIC target_cpu_options)
0 commit comments