diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2017-03-22 09:22:36 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-03-22 09:22:36 -0700 |
commit | 0d5fd62c70f5f633b124732a17ed90b061f94941 (patch) | |
tree | 15afd977df1db8b03fb9c2a7a2406a62c6604d14 /gr-vocoder/lib | |
parent | aab6e83233703f528518f40e0219cd375e7a8d5b (diff) | |
parent | 6a68b9bbfd49531f696ae0ab6cc764fdabb94999 (diff) |
Merge remote-tracking branch 'gnuradio-github/pr/1195'
Diffstat (limited to 'gr-vocoder/lib')
-rw-r--r-- | gr-vocoder/lib/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gr-vocoder/lib/CMakeLists.txt b/gr-vocoder/lib/CMakeLists.txt index a347cbf7fe..5617d5ffef 100644 --- a/gr-vocoder/lib/CMakeLists.txt +++ b/gr-vocoder/lib/CMakeLists.txt @@ -152,20 +152,15 @@ mark_as_advanced(LIBCODEC2_INCLUDE_DIR LIBCODEC2_LIBRARIES) include_directories( ${GR_VOCODER_INCLUDE_DIRS} ${GNURADIO_RUNTIME_INCLUDE_DIRS} - ${LOG4CXX_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ) -link_directories(${LOG4CXX_LIBRARY_DIRS}) link_directories(${Boost_LIBRARY_DIRS}) if(ENABLE_GR_CTRLPORT) ADD_DEFINITIONS(-DGR_CTRLPORT) endif(ENABLE_GR_CTRLPORT) -include_directories(${LOG4CPP_INCLUDE_DIRS}) -link_directories(${LOG4CPP_LIBRARY_DIRS}) - ######################################################################## # Setup library ######################################################################## @@ -219,7 +214,6 @@ endif(GR_USE_LOCAL_LIBGSM) list(APPEND vocoder_libs gnuradio-runtime ${Boost_LIBRARIES} - ${LOG4CPP_LIBRARIES} ) if(GR_USE_SYSTEM_LIBCODEC2) |