From ab8bebe0569769df461c43e02b3851db3f2fc696 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 5 Sep 2023 13:13:29 +0200 Subject: deps: switch spdlog to header-only variant --- source/lib/control/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/lib/control') diff --git a/source/lib/control/CMakeLists.txt b/source/lib/control/CMakeLists.txt index 3236cf8..6e95456 100644 --- a/source/lib/control/CMakeLists.txt +++ b/source/lib/control/CMakeLists.txt @@ -34,11 +34,11 @@ target_link_libraries("wanda-${LIB_NAME}" PUBLIC "wanda::system" "asio::asio" - "spdlog::spdlog" + "spdlog::spdlog_header_only" ) install(TARGETS "wanda-${LIB_NAME}" FILE_SET HEADERS ) -add_library("wanda::${LIB_NAME}" ALIAS "wanda-${LIB_NAME}") \ No newline at end of file +add_library("wanda::${LIB_NAME}" ALIAS "wanda-${LIB_NAME}") -- cgit v1.2.3