summaryrefslogtreecommitdiff
path: root/gr-vocoder/lib
diff options
context:
space:
mode:
authorBastian Bloessl <mail@bastibl.net>2017-01-29 10:17:22 +0100
committerBastian Bloessl <mail@bastibl.net>2017-03-22 13:25:30 +0100
commit51e565532f1f867baacc004222971fcf3703773b (patch)
treefc618ec9f2e173ee9c8eb5bcad05e60d1963dadd /gr-vocoder/lib
parentf6b040c62eb969c4b4ae0298ccfffce6bbfe1871 (diff)
cmake: add log4cpp to runtime includes
Diffstat (limited to 'gr-vocoder/lib')
-rw-r--r--gr-vocoder/lib/CMakeLists.txt4
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)