Use dynamic linking for liquid-dsp again
This commit is contained in:
parent
7d5b67a257
commit
afb25a69d8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue