diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-12-04 11:36:38 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-12-04 11:36:38 -0500 |
commit | e0d7e5251ed968007664a0c0314dd845381e8c76 (patch) | |
tree | 1a1d84a1049778e875a201ee04e4dcc0db246ac2 /gnuradio-core/src/lib/swig | |
parent | 649cdc20c9c33857fdcea3c94d91ed88ac6caae8 (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.txt | 2 |
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} ) |