diff options
Diffstat (limited to 'source/app')
| -rw-r--r-- | source/app/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
