From 3a49041f274a65964bdc46d5c039a7cf0daa0861 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Tue, 22 Dec 2020 21:09:49 +0100 Subject: [PATCH] other fix --- core/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 550bf16..d57e9e6 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -30,9 +30,6 @@ if (MSVC) # Volk target_link_libraries(sdrpp_core PUBLIC volk) - - # SoapySDR - target_link_libraries(sdrpp_core PUBLIC SoapySDR) # Glew find_package(GLEW REQUIRED)