diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-09-06 18:36:44 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-09-06 18:36:44 +0200 |
| commit | 17a3bb9337fd7e4a57354ed5359e449d5ab1388c (patch) | |
| tree | def6985c1f0c40456304f22e3b30aa17ca01e82b /source/app/CMakeLists.txt | |
| parent | 426d5ca456d03058b37afaf180b5a57c6da53adc (diff) | |
| download | wanda-17a3bb9337fd7e4a57354ed5359e449d5ab1388c.tar.xz wanda-17a3bb9337fd7e4a57354ed5359e449d5ab1388c.zip | |
deps: switch from non-boost to boost asio
Diffstat (limited to 'source/app/CMakeLists.txt')
| -rw-r--r-- | source/app/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/app/CMakeLists.txt b/source/app/CMakeLists.txt index a567dd1..f2c69e8 100644 --- a/source/app/CMakeLists.txt +++ b/source/app/CMakeLists.txt @@ -2,7 +2,7 @@ include("CheckIPOSupported") check_ipo_supported(RESULT "WANDA_IPO_SUPPORTED") -find_package("asio") +find_package("Boost") find_package("lyra") find_package("spdlog") @@ -17,7 +17,7 @@ target_link_libraries("${PROJECT_NAME}c" PRIVATE "wanda::proto" "wanda::system" - "asio::asio" + "Boost::boost" "bfg::lyra" "spdlog::spdlog_header_only" ) @@ -42,7 +42,7 @@ target_link_libraries("wandad" PRIVATE "wanda::std_ext" "wanda::system" - "asio::asio" + "Boost::boost" "bfg::lyra" "spdlog::spdlog_header_only" ) |
