diff options
author | Josh Blum | 2011-10-19 11:16:25 -0700 |
---|---|---|
committer | Josh Blum | 2011-10-19 11:16:25 -0700 |
commit | 7ed8b43e654ef613faf39c4298c15180b4114b1d (patch) | |
tree | 89abed6375c08a67b0529aef582cd0f53d99a6f9 /gr-atsc | |
parent | 1cfa3791dab83b7bae1e4138f92e37364bd1c5ed (diff) | |
download | gnuradio-7ed8b43e654ef613faf39c4298c15180b4114b1d.tar.gz gnuradio-7ed8b43e654ef613faf39c4298c15180b4114b1d.tar.bz2 gnuradio-7ed8b43e654ef613faf39c4298c15180b4114b1d.zip |
cmake: fix that component depends on component hack
Diffstat (limited to 'gr-atsc')
-rw-r--r-- | gr-atsc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-atsc/CMakeLists.txt b/gr-atsc/CMakeLists.txt index 9ed084465..670ff7e40 100644 --- a/gr-atsc/CMakeLists.txt +++ b/gr-atsc/CMakeLists.txt @@ -28,7 +28,7 @@ include(GrBoost) include(GrComponent) GR_REGISTER_COMPONENT("gr-atsc" ENABLE_GR_ATSC Boost_FOUND - ENABLE_GR_CORE_ + ENABLE_GR_CORE ) GR_SET_GLOBAL(GR_ATSC_INCLUDE_DIRS |