diff options
author | Bastian Bloessl <mail@bastibl.net> | 2017-01-29 10:17:22 +0100 |
---|---|---|
committer | Bastian Bloessl <mail@bastibl.net> | 2017-03-22 13:25:30 +0100 |
commit | 51e565532f1f867baacc004222971fcf3703773b (patch) | |
tree | fc618ec9f2e173ee9c8eb5bcad05e60d1963dadd /gr-fec/lib | |
parent | f6b040c62eb969c4b4ae0298ccfffce6bbfe1871 (diff) |
cmake: add log4cpp to runtime includes
Diffstat (limited to 'gr-fec/lib')
-rw-r--r-- | gr-fec/lib/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-fec/lib/CMakeLists.txt b/gr-fec/lib/CMakeLists.txt index 3d5509e45b..8fb802a9ec 100644 --- a/gr-fec/lib/CMakeLists.txt +++ b/gr-fec/lib/CMakeLists.txt @@ -32,7 +32,6 @@ include_directories( ${GR_BLOCKS_INCLUDE_DIRS} ${GNURADIO_RUNTIME_INCLUDE_DIRS} ${VOLK_INCLUDE_DIRS} - ${LOG4CPP_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ) @@ -42,7 +41,6 @@ endif(ENABLE_GR_CTRLPORT) link_directories( ${Boost_LIBRARY_DIRS} - ${LOG4CPP_LIBRARY_DIRS} ) ######################################################################## @@ -110,7 +108,6 @@ list(APPEND gnuradio_fec_libs gnuradio-runtime ${VOLK_LIBRARIES} ${Boost_LIBRARIES} - ${LOG4CPP_LIBRARIES} ) # Only include the LDPC work if we have GSL installed |