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-qtgui/CMakeLists.txt | |
parent | 1cfa3791dab83b7bae1e4138f92e37364bd1c5ed (diff) |
cmake: fix that component depends on component hack
Diffstat (limited to 'gr-qtgui/CMakeLists.txt')
-rw-r--r-- | gr-qtgui/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/CMakeLists.txt b/gr-qtgui/CMakeLists.txt index 90371625c5..ac2491b905 100644 --- a/gr-qtgui/CMakeLists.txt +++ b/gr-qtgui/CMakeLists.txt @@ -40,7 +40,7 @@ GR_REGISTER_COMPONENT("gr-qtgui" ENABLE_GR_QTGUI Boost_FOUND QT4_FOUND QWT_FOUND - ENABLE_GR_CORE_ + ENABLE_GR_CORE PYTHONLIBS_FOUND PYQT4_FOUND ) |