From 4c68156184be63e75f54f5b8b06a640d7d2a497a Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 6 Sep 2023 21:09:29 +0200 Subject: deps: remove asio remnants and fix fmt --- source/app/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/app') diff --git a/source/app/CMakeLists.txt b/source/app/CMakeLists.txt index f2c69e8..175a901 100644 --- a/source/app/CMakeLists.txt +++ b/source/app/CMakeLists.txt @@ -2,7 +2,6 @@ include("CheckIPOSupported") check_ipo_supported(RESULT "WANDA_IPO_SUPPORTED") -find_package("Boost") find_package("lyra") find_package("spdlog") @@ -17,7 +16,6 @@ target_link_libraries("${PROJECT_NAME}c" PRIVATE "wanda::proto" "wanda::system" - "Boost::boost" "bfg::lyra" "spdlog::spdlog_header_only" ) @@ -42,7 +40,6 @@ target_link_libraries("wandad" PRIVATE "wanda::std_ext" "wanda::system" - "Boost::boost" "bfg::lyra" "spdlog::spdlog_header_only" ) -- cgit v1.2.3