aboutsummaryrefslogtreecommitdiff
path: root/source/lib/system
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2023-09-05 13:13:29 +0200
committerFelix Morgner <felix.morgner@gmail.com>2023-09-05 13:13:29 +0200
commitab8bebe0569769df461c43e02b3851db3f2fc696 (patch)
treed692b1f1e424eca1b308ed296922fb46d6f516e1 /source/lib/system
parent386cb39b93d403e98c9a7d57899a5641ae4bffd0 (diff)
downloadwanda-ab8bebe0569769df461c43e02b3851db3f2fc696.tar.xz
wanda-ab8bebe0569769df461c43e02b3851db3f2fc696.zip
deps: switch spdlog to header-only variant
Diffstat (limited to 'source/lib/system')
-rw-r--r--source/lib/system/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/system/CMakeLists.txt b/source/lib/system/CMakeLists.txt
index a3b5ecd..ecfa2c3 100644
--- a/source/lib/system/CMakeLists.txt
+++ b/source/lib/system/CMakeLists.txt
@@ -55,7 +55,7 @@ target_link_libraries("wanda-${LIB_NAME}" PUBLIC
"fmt::fmt"
"JPEG::JPEG"
"PNG::PNG"
- "spdlog::spdlog"
+ "spdlog::spdlog_header_only"
"PkgConfig::libmagic"
"PkgConfig::GIO"