Skip to content

Commit

Permalink
Do not link gnuradio-radar with Python (not necessary, avoid segfault).
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanvolz authored and marcusmueller committed Feb 18, 2021
1 parent 1e90b0d commit ff2333f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ endif(NOT radar_sources)

add_library(gnuradio-radar SHARED ${radar_sources})
target_link_libraries(gnuradio-radar PUBLIC
gnuradio::gnuradio-runtime ${QT_LIBRARIES} fftw3f::fftw3f UHD::UHD qwt::qwt Python::Python)
gnuradio::gnuradio-runtime ${QT_LIBRARIES} fftw3f::fftw3f UHD::UHD qwt::qwt
)
target_include_directories(gnuradio-radar
PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include>
PUBLIC $<INSTALL_INTERFACE:include>
Expand Down

0 comments on commit ff2333f

Please sign in to comment.