From 6499fd8d84f7517286e741a4e9e94551fe2711b7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 5 Sep 2023 13:48:00 +0200 Subject: deps: switch boost and fmt to header only variant --- source/lib/proto/CMakeLists.txt | 2 +- source/lib/system/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/lib') diff --git a/source/lib/proto/CMakeLists.txt b/source/lib/proto/CMakeLists.txt index 9967a95..53aeb43 100644 --- a/source/lib/proto/CMakeLists.txt +++ b/source/lib/proto/CMakeLists.txt @@ -28,7 +28,7 @@ target_compile_features("wanda-${LIB_NAME}" PUBLIC ) target_link_libraries("wanda-${LIB_NAME}" PUBLIC - "fmt::fmt" + "fmt::fmt-header-only" ) install(TARGETS "wanda-${LIB_NAME}" diff --git a/source/lib/system/CMakeLists.txt b/source/lib/system/CMakeLists.txt index ecfa2c3..6b65f4b 100644 --- a/source/lib/system/CMakeLists.txt +++ b/source/lib/system/CMakeLists.txt @@ -52,7 +52,7 @@ target_link_libraries("wanda-${LIB_NAME}" PUBLIC "wanda::std_ext" "boost::boost" - "fmt::fmt" + "fmt::fmt-header-only" "JPEG::JPEG" "PNG::PNG" "spdlog::spdlog_header_only" -- cgit v1.2.3