Use dynamic linking for liquid-dsp again
This commit is contained in:
parent
7d5b67a257
commit
afb25a69d8
|
@ -46,12 +46,9 @@ add_executable(
|
||||||
${sources}
|
${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(
|
target_link_libraries(
|
||||||
${CMAKE_PROJECT_NAME}
|
${CMAKE_PROJECT_NAME}
|
||||||
libliquid.a
|
liquid
|
||||||
m
|
m
|
||||||
rt
|
rt
|
||||||
fftw3f
|
fftw3f
|
||||||
|
|
Loading…
Reference in a new issue