diff options
author | Josh Blum <josh@joshknows.com> | 2012-11-14 15:02:19 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-11-14 15:02:19 -0800 |
commit | aaaa251ab02a39b66ecd14111e5fb9afc01ef39d (patch) | |
tree | 918e89a1c594d99b301ea1ce963afe9dd16a1037 /gr-fec/lib | |
parent | 4f4e571cef6a3cd64469901d654a1d4448e850d4 (diff) |
fec: removed undefined variables FEC_LIB...
Diffstat (limited to 'gr-fec/lib')
-rw-r--r-- | gr-fec/lib/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gr-fec/lib/CMakeLists.txt b/gr-fec/lib/CMakeLists.txt index 422acb3607..1b966d6f36 100644 --- a/gr-fec/lib/CMakeLists.txt +++ b/gr-fec/lib/CMakeLists.txt @@ -33,7 +33,6 @@ include_directories( ${Boost_INCLUDE_DIRS} ) -link_directories(${FEC_LIBRARY_DIRS}) link_directories(${Boost_LIBRARY_DIRS}) ######################################################################## @@ -47,7 +46,6 @@ list(APPEND gnuradio_fec_sources list(APPEND gnuradio_fec_libs gnuradio-core ${Boost_LIBRARIES} - ${FEC_LIBRARIES} ) add_library(gnuradio-fec SHARED ${gnuradio_fec_sources}) |