diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-12-01 13:01:36 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-12-01 13:01:36 +0100 |
| commit | eb4194633670f8813094aa87eba54b07d5453196 (patch) | |
| tree | cc2424a4f43a2b0bf0201c36ee527790be07c1ea /CMakeLists.txt | |
| parent | 4ded35e5f876d5e8daab47e429450f9bf5e32666 (diff) | |
| download | wanda-eb4194633670f8813094aa87eba54b07d5453196.tar.xz wanda-eb4194633670f8813094aa87eba54b07d5453196.zip | |
wanda: remove boost asio and program_options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
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" |
