Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit aadc264

Browse files
committed
Enable cxx_std_11 compile feature on C-bindings build
1 parent bf3c0e2 commit aadc264

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

c_src/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Klein C-bindings
22

33
add_library(klein_c klein_c.cpp)
4-
target_link_libraries(klein_c PRIVATE klein)
4+
target_link_libraries(klein_c PRIVATE klein)
5+
target_compile_features(klein_c PRIVATE cxx_std_11)

0 commit comments

Comments
 (0)