diff options
Diffstat (limited to 'gr-vocoder/lib/CMakeLists.txt')
-rw-r--r-- | gr-vocoder/lib/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gr-vocoder/lib/CMakeLists.txt b/gr-vocoder/lib/CMakeLists.txt index a7c3273e05..5617d5ffef 100644 --- a/gr-vocoder/lib/CMakeLists.txt +++ b/gr-vocoder/lib/CMakeLists.txt @@ -161,9 +161,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 ######################################################################## @@ -217,7 +214,6 @@ endif(GR_USE_LOCAL_LIBGSM) list(APPEND vocoder_libs gnuradio-runtime ${Boost_LIBRARIES} - ${LOG4CPP_LIBRARIES} ) if(GR_USE_SYSTEM_LIBCODEC2) |