Skip to content
Snippets Groups Projects
Commit ba125f01 authored by Olivier BICHLER's avatar Olivier BICHLER
Browse files

Switched fmt to header only

parent 5805bb1c
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ if (PYBIND) ...@@ -71,7 +71,7 @@ if (PYBIND)
) )
endif() endif()
target_link_libraries(${module_name} PUBLIC fmt::fmt) target_link_libraries(${module_name} PUBLIC fmt::fmt-header-only)
target_compile_features(${module_name} PRIVATE cxx_std_14) target_compile_features(${module_name} PRIVATE cxx_std_14)
if (DOSANITIZE STREQUAL "ON") if (DOSANITIZE STREQUAL "ON")
......
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