diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2017-03-22 09:25:19 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-03-22 09:25:19 -0700 |
commit | 7ed6005b9282f628754de9fdd565260805be4abe (patch) | |
tree | 4e0bf3d34348e90a1af851e03acd9eef36d85a6e /gr-uhd | |
parent | 1931bd386ec0d68535f7eae7ecf717568ec0dd85 (diff) | |
parent | 99d24d23e95ea0235a8ea2957c289461625765a3 (diff) |
Merge branch 'next' into python3
Conflicts:
cmake/Modules/GrSwig.cmake
Diffstat (limited to 'gr-uhd')
-rw-r--r-- | gr-uhd/lib/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gr-uhd/lib/CMakeLists.txt b/gr-uhd/lib/CMakeLists.txt index d58f0dd01c..35e9dfc5e9 100644 --- a/gr-uhd/lib/CMakeLists.txt +++ b/gr-uhd/lib/CMakeLists.txt @@ -25,13 +25,11 @@ include_directories( ${GR_UHD_INCLUDE_DIRS} ${GNURADIO_RUNTIME_INCLUDE_DIRS} ${UHD_INCLUDE_DIRS} - ${LOG4CXX_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ) link_directories( ${UHD_LIBRARY_DIRS} - ${LOG4CXX_LIBRARY_DIRS} ${Boost_LIBRARY_DIRS} ) @@ -39,9 +37,6 @@ if(ENABLE_GR_CTRLPORT) ADD_DEFINITIONS(-DGR_CTRLPORT) endif(ENABLE_GR_CTRLPORT) -include_directories(${LOG4CPP_INCLUDE_DIRS}) -link_directories(${LOG4CPP_LIBRARY_DIRS}) - ######################################################################## # Setup library ######################################################################## @@ -70,7 +65,6 @@ list(APPEND uhd_libs gnuradio-runtime ${Boost_LIBRARIES} ${UHD_LIBRARIES} - ${LOG4CPP_LIBRARIES} ) add_library(gnuradio-uhd SHARED ${gr_uhd_sources}) |