summaryrefslogtreecommitdiff
path: root/gr-wxgui
diff options
context:
space:
mode:
authorJosh Blum2011-10-20 14:40:15 -0700
committerJosh Blum2011-10-20 14:40:15 -0700
commitf4ed279bba9924bf63b9b883906e7c83887fb3fe (patch)
treee41c156d842b510d71d9ffd5419fa83960a9be2e /gr-wxgui
parentdfe18fee44d1c03af186aeacd2adc97b6b129297 (diff)
downloadgnuradio-f4ed279bba9924bf63b9b883906e7c83887fb3fe.tar.gz
gnuradio-f4ed279bba9924bf63b9b883906e7c83887fb3fe.tar.bz2
gnuradio-f4ed279bba9924bf63b9b883906e7c83887fb3fe.zip
utils: added cmake support for the gr-utils
Diffstat (limited to 'gr-wxgui')
-rw-r--r--gr-wxgui/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-wxgui/CMakeLists.txt b/gr-wxgui/CMakeLists.txt
index 54fe4fb64..5beb39f5e 100644
--- a/gr-wxgui/CMakeLists.txt
+++ b/gr-wxgui/CMakeLists.txt
@@ -29,7 +29,7 @@ GR_PYTHON_CHECK_MODULE("numpy" numpy True
# Register component
########################################################################
include(GrComponent)
-GR_REGISTER_COMPONENT("gr-wxgui" ENABLE_WXGUI
+GR_REGISTER_COMPONENT("gr-wxgui" ENABLE_GR_WXGUI
ENABLE_GR_CORE
ENABLE_PYTHON
NUMPY_FOUND
@@ -39,7 +39,7 @@ GR_REGISTER_COMPONENT("gr-wxgui" ENABLE_WXGUI
########################################################################
# Begin conditional configuration
########################################################################
-if(ENABLE_WXGUI)
+if(ENABLE_GR_WXGUI)
########################################################################
# Setup CPack components
@@ -80,4 +80,4 @@ install(
add_subdirectory(grc)
add_subdirectory(src/python)
-endif(ENABLE_WXGUI)
+endif(ENABLE_GR_WXGUI)