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/app/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/app/CMakeLists.txt') diff --git a/source/app/CMakeLists.txt b/source/app/CMakeLists.txt index 7fd46c2..a567dd1 100644 --- a/source/app/CMakeLists.txt +++ b/source/app/CMakeLists.txt @@ -19,7 +19,7 @@ target_link_libraries("${PROJECT_NAME}c" PRIVATE "asio::asio" "bfg::lyra" - "spdlog::spdlog" + "spdlog::spdlog_header_only" ) set_target_properties("wandac" PROPERTIES @@ -44,7 +44,7 @@ target_link_libraries("wandad" PRIVATE "asio::asio" "bfg::lyra" - "spdlog::spdlog" + "spdlog::spdlog_header_only" ) set_target_properties("wandad" PROPERTIES -- cgit v1.2.3