diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2017-03-22 09:25:19 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2017-03-22 09:25:19 -0700 |
commit | 7ed6005b9282f628754de9fdd565260805be4abe (patch) | |
tree | 4e0bf3d34348e90a1af851e03acd9eef36d85a6e /gr-comedi | |
parent | 1931bd386ec0d68535f7eae7ecf717568ec0dd85 (diff) | |
parent | 99d24d23e95ea0235a8ea2957c289461625765a3 (diff) |
Merge branch 'next' into python3
Conflicts:
cmake/Modules/GrSwig.cmake
Diffstat (limited to 'gr-comedi')
-rw-r--r-- | gr-comedi/lib/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-comedi/lib/CMakeLists.txt b/gr-comedi/lib/CMakeLists.txt index 38f51fcd1b..aca63b7680 100644 --- a/gr-comedi/lib/CMakeLists.txt +++ b/gr-comedi/lib/CMakeLists.txt @@ -23,13 +23,11 @@ include_directories( ${GR_COMEDI_INCLUDE_DIRS} ${GNURADIO_RUNTIME_INCLUDE_DIRS} - ${LOG4CXX_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${COMEDI_INCLUDE_DIRS} ) link_directories( - ${LOG4CXX_LIBRARY_DIRS} ${Boost_LIBRARY_DIRS} ${COMEDI_LIBRARY_DIRS} ) |