diff options
author | Bastian Bloessl <mail@bastibl.net> | 2017-01-29 10:27:29 +0100 |
---|---|---|
committer | Bastian Bloessl <mail@bastibl.net> | 2017-03-22 13:25:18 +0100 |
commit | f6b040c62eb969c4b4ae0298ccfffce6bbfe1871 (patch) | |
tree | 03cc0218925ed3e6b77584cf2092c94e80eb02f5 /gr-vocoder/lib | |
parent | 80f1bc7840f633822a1032c4ad32ed251742c376 (diff) |
cmake: clean up
Diffstat (limited to 'gr-vocoder/lib')
-rw-r--r-- | gr-vocoder/lib/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-vocoder/lib/CMakeLists.txt b/gr-vocoder/lib/CMakeLists.txt index a347cbf7fe..a7c3273e05 100644 --- a/gr-vocoder/lib/CMakeLists.txt +++ b/gr-vocoder/lib/CMakeLists.txt @@ -152,11 +152,9 @@ 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) |