diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-03-24 16:27:00 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-03-24 16:27:00 -0700 |
commit | 05faf506efd3638c532d41595b3871e6ec6331b3 (patch) | |
tree | e30fd00b6388bcfbd3f14a0cbd390b5fad03a6cd | |
parent | f886b2fba4d7ef392576e2a812aa5076cd16c282 (diff) |
blocks: fix copy and paste error
-rw-r--r-- | gr-blocks/lib/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-blocks/lib/CMakeLists.txt b/gr-blocks/lib/CMakeLists.txt index bbc83ad281..acf542328f 100644 --- a/gr-blocks/lib/CMakeLists.txt +++ b/gr-blocks/lib/CMakeLists.txt @@ -292,7 +292,7 @@ if(ENABLE_TESTING) include(GrTest) include_directories( - ${GR_FILTER_INCLUDE_DIRS} + ${GR_BLOCKS_INCLUDE_DIRS} ${CPPUNIT_INCLUDE_DIRS}) link_directories(${CPPUNIT_LIBRARY_DIRS}) @@ -315,7 +315,6 @@ if(ENABLE_TESTING) test-gr-blocks gnuradio-core gnuradio-blocks - gnuradio-filter ${Boost_LIBRARIES} ${CPPUNIT_LIBRARIES} ) |