From ba125f011e2ff9f05098f85630d50cb2daf0fa40 Mon Sep 17 00:00:00 2001 From: Olivier BICHLER <olivier.bichler@cea.fr> Date: Sun, 11 Feb 2024 18:42:52 +0100 Subject: [PATCH] Switched fmt to header only --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b497a3a49..c641684ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ if (PYBIND) ) 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) if (DOSANITIZE STREQUAL "ON") -- GitLab