aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2018-12-01 13:01:36 +0100
committerFelix Morgner <felix.morgner@gmail.com>2018-12-01 13:01:36 +0100
commiteb4194633670f8813094aa87eba54b07d5453196 (patch)
treecc2424a4f43a2b0bf0201c36ee527790be07c1ea /CMakeLists.txt
parent4ded35e5f876d5e8daab47e429450f9bf5e32666 (diff)
downloadwanda-eb4194633670f8813094aa87eba54b07d5453196.tar.xz
wanda-eb4194633670f8813094aa87eba54b07d5453196.zip
wanda: remove boost asio and program_options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5ed8098..a84f221 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,8 +40,7 @@ set(WANDA_CORE_HEADERS
)
set(WANDA_CORE_LIBRARIES
- "CONAN_PKG::boost_asio"
- "CONAN_PKG::boost_program_options"
+ "CONAN_PKG::asio"
"CONAN_PKG::spdlog"
"SYSTEM::C++FS"
"Threads::Threads"