aboutsummaryrefslogtreecommitdiff
path: root/source/lib/control/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2023-09-06 18:36:44 +0200
committerFelix Morgner <felix.morgner@gmail.com>2023-09-06 18:36:44 +0200
commit17a3bb9337fd7e4a57354ed5359e449d5ab1388c (patch)
treedef6985c1f0c40456304f22e3b30aa17ca01e82b /source/lib/control/CMakeLists.txt
parent426d5ca456d03058b37afaf180b5a57c6da53adc (diff)
downloadwanda-17a3bb9337fd7e4a57354ed5359e449d5ab1388c.tar.xz
wanda-17a3bb9337fd7e4a57354ed5359e449d5ab1388c.zip
deps: switch from non-boost to boost asio
Diffstat (limited to 'source/lib/control/CMakeLists.txt')
-rw-r--r--source/lib/control/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/lib/control/CMakeLists.txt b/source/lib/control/CMakeLists.txt
index 6e95456..ce1a9da 100644
--- a/source/lib/control/CMakeLists.txt
+++ b/source/lib/control/CMakeLists.txt
@@ -33,7 +33,6 @@ target_link_libraries("wanda-${LIB_NAME}" PUBLIC
"wanda::proto"
"wanda::system"
- "asio::asio"
"spdlog::spdlog_header_only"
)