From 17a3bb9337fd7e4a57354ed5359e449d5ab1388c Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 6 Sep 2023 18:36:44 +0200 Subject: deps: switch from non-boost to boost asio --- source/lib/control/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'source/lib/control/CMakeLists.txt') 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" ) -- cgit v1.2.3