Skip to content
Snippets Groups Projects
Commit 0624a857 authored by Maxence Naud's avatar Maxence Naud
Browse files

Update CMakeLists.txt

parent d7333875
1 merge request!55Resolve "Failing Import"
...@@ -82,6 +82,7 @@ if (PYBIND) ...@@ -82,6 +82,7 @@ if (PYBIND)
) )
endif() endif()
target_link_libraries(${module_name} PUBLIC fmt::fmt)
target_compile_features(${module_name} PRIVATE cxx_std_14) target_compile_features(${module_name} PRIVATE cxx_std_14)
target_compile_options(${module_name} PRIVATE target_compile_options(${module_name} PRIVATE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment