aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2023-09-05 13:48:00 +0200
committerFelix Morgner <felix.morgner@gmail.com>2023-09-05 13:48:00 +0200
commit6499fd8d84f7517286e741a4e9e94551fe2711b7 (patch)
tree4e8539f19be30d08ece693c46428e24244374784 /source
parentab8bebe0569769df461c43e02b3851db3f2fc696 (diff)
downloadwanda-6499fd8d84f7517286e741a4e9e94551fe2711b7.tar.xz
wanda-6499fd8d84f7517286e741a4e9e94551fe2711b7.zip
deps: switch boost and fmt to header only variant
Diffstat (limited to 'source')
-rw-r--r--source/lib/proto/CMakeLists.txt2
-rw-r--r--source/lib/system/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
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"