Commented boost libraries linked in order for plotting to work. Don't know how to force pybombs to install boost_iostreams.

This commit is contained in:
ptrkrysik 2014-12-05 18:25:58 +01:00
parent 02f2662d5d
commit 30f3945164
1 changed files with 4 additions and 3 deletions

View File

@ -43,9 +43,10 @@ list(APPEND gsm_sources
add_library(gnuradio-gsm SHARED ${gsm_sources})
target_link_libraries(gnuradio-gsm ${Boost_LIBRARIES} ${GNURADIO_RUNTIME_LIBRARIES} ${VOLK_LIBRARIES}
boost_iostreams
boost_system
boost_filesystem
# libraries required by plotting.h - have troubles to be installed by pybombs
# boost_iostreams
# boost_system
# boost_filesystem
)
set_target_properties(gnuradio-gsm PROPERTIES DEFINE_SYMBOL "gnuradio_gsm_EXPORTS")