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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/lib/proto/CMakeLists.txt') 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}" -- cgit v1.2.3