Skip to content

Commit

Permalink
Enable cxx_std_11 compile feature on C-bindings build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyong committed Mar 15, 2020
1 parent bf3c0e2 commit aadc264
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion c_src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Klein C-bindings

add_library(klein_c klein_c.cpp)
target_link_libraries(klein_c PRIVATE klein)
target_link_libraries(klein_c PRIVATE klein)
target_compile_features(klein_c PRIVATE cxx_std_11)

0 comments on commit aadc264

Please sign in to comment.