Use dynamic linking for liquid-dsp again

This commit is contained in:
Thomas Kolb 2023-05-12 13:47:05 +02:00
parent 7d5b67a257
commit afb25a69d8
1 changed files with 1 additions and 4 deletions

View File

@ -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