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