From afb25a69d84cc5b2e64eed65213dcd4c9966bd67 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Fri, 12 May 2023 13:47:05 +0200 Subject: [PATCH] Use dynamic linking for liquid-dsp again --- impl/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/impl/CMakeLists.txt b/impl/CMakeLists.txt index aa75737..7faddce 100644 --- a/impl/CMakeLists.txt +++ b/impl/CMakeLists.txt @@ -46,12 +46,9 @@ add_executable( ${sources} ) -# use static linking for liquid, as dynamic linking currently does not work -# with liquid_error_info(). See github issue -# https://github.com/jgaeddert/liquid-dsp/issues/260. target_link_libraries( ${CMAKE_PROJECT_NAME} - libliquid.a + liquid m rt fftw3f