diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-19 11:16:25 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-10-19 11:16:25 -0700 |
commit | 7ed8b43e654ef613faf39c4298c15180b4114b1d (patch) | |
tree | 89abed6375c08a67b0529aef582cd0f53d99a6f9 /gr-noaa | |
parent | 1cfa3791dab83b7bae1e4138f92e37364bd1c5ed (diff) |
cmake: fix that component depends on component hack
Diffstat (limited to 'gr-noaa')
-rw-r--r-- | gr-noaa/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-noaa/CMakeLists.txt b/gr-noaa/CMakeLists.txt index eecb3d6027..621dd5d6ed 100644 --- a/gr-noaa/CMakeLists.txt +++ b/gr-noaa/CMakeLists.txt @@ -28,7 +28,7 @@ include(GrBoost) include(GrComponent) GR_REGISTER_COMPONENT("gr-noaa" ENABLE_GR_NOAA Boost_FOUND - ENABLE_GR_CORE_ + ENABLE_GR_CORE ) GR_SET_GLOBAL(GR_NOAA_INCLUDE_DIRS |