Skip to content

Commit e85063a

Browse files
committed
enabled c++23
1 parent 9b6ce5e commit e85063a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ set_target_properties(klib PROPERTIES FOLDER "klib")
4949
add_library(${PROJECT_NAME}::klib ALIAS klib)
5050

5151
# enable C++20 support for the library
52-
target_compile_features(klib PUBLIC cxx_std_20)
52+
target_compile_features(klib PUBLIC cxx_std_23)
5353

5454
# link to the traget_cpu_options to get all the cpu flags
5555
target_link_libraries(klib PUBLIC target_cpu_options)

0 commit comments

Comments
 (0)