diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-09-05 13:13:29 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-09-05 13:13:29 +0200 |
| commit | ab8bebe0569769df461c43e02b3851db3f2fc696 (patch) | |
| tree | d692b1f1e424eca1b308ed296922fb46d6f516e1 /source/lib/control | |
| parent | 386cb39b93d403e98c9a7d57899a5641ae4bffd0 (diff) | |
| download | wanda-ab8bebe0569769df461c43e02b3851db3f2fc696.tar.xz wanda-ab8bebe0569769df461c43e02b3851db3f2fc696.zip | |
deps: switch spdlog to header-only variant
Diffstat (limited to 'source/lib/control')
| -rw-r--r-- | source/lib/control/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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}") |
