diff options
author | Michael L Dickens | 2013-01-04 21:30:06 -0500 |
---|---|---|
committer | Michael L Dickens | 2013-01-04 21:30:06 -0500 |
commit | 77884c6bb837464b04031e94007c52e9323b005d (patch) | |
tree | 71d2dde8bb6320bb491666e15a74981711f07c43 /gr-blocks | |
parent | baaf2b6cf06f464a710c3f36db4c9275dd915d92 (diff) | |
download | gnuradio-77884c6bb837464b04031e94007c52e9323b005d.tar.gz gnuradio-77884c6bb837464b04031e94007c52e9323b005d.tar.bz2 gnuradio-77884c6bb837464b04031e94007c52e9323b005d.zip |
remove unnecessary build commands
Diffstat (limited to 'gr-blocks')
-rw-r--r-- | gr-blocks/lib/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gr-blocks/lib/CMakeLists.txt b/gr-blocks/lib/CMakeLists.txt index 80aad1f1b..30eab7b75 100644 --- a/gr-blocks/lib/CMakeLists.txt +++ b/gr-blocks/lib/CMakeLists.txt @@ -119,10 +119,6 @@ include_directories( ${Boost_INCLUDE_DIRS} ) -# what are the following? -include_directories(${BLOCKS_INCLUDE_DIRS}) -link_directories(${BLOCKS_LIBRARY_DIRS}) - link_directories(${Boost_LIBRARY_DIRS}) ######################################################################## |