summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib/swig
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2012-12-04 11:36:38 -0500
committerTom Rondeau <trondeau@vt.edu>2012-12-04 11:36:38 -0500
commite0d7e5251ed968007664a0c0314dd845381e8c76 (patch)
tree1a1d84a1049778e875a201ee04e4dcc0db246ac2 /gnuradio-core/src/lib/swig
parent649cdc20c9c33857fdcea3c94d91ed88ac6caae8 (diff)
ctrlport: cleaning up contorlport builds.
I was getting confused with where ENABLE_GR_CTRLPORT was used, so this uses that in cmake and GR_CTRLPORT for the C++ and Swig files.
Diffstat (limited to 'gnuradio-core/src/lib/swig')
-rw-r--r--gnuradio-core/src/lib/swig/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/swig/CMakeLists.txt b/gnuradio-core/src/lib/swig/CMakeLists.txt
index f506bc2033..2c97588686 100644
--- a/gnuradio-core/src/lib/swig/CMakeLists.txt
+++ b/gnuradio-core/src/lib/swig/CMakeLists.txt
@@ -33,7 +33,7 @@ set(GR_SWIG_INCLUDE_DIRS
set(GR_SWIG_LIBRARIES gnuradio-core)
if(ENABLE_GR_CTRLPORT)
- list(APPEND GR_SWIG_FLAGS -DENABLE_GR_CTRLPORT)
+ list(APPEND GR_SWIG_FLAGS -DGR_CTRLPORT)
list(APPEND GR_SWIG_LIBRARIES
${ICE_LIBRARIES}
)