summaryrefslogtreecommitdiff
path: root/gr-vocoder/lib
diff options
context:
space:
mode:
Diffstat (limited to 'gr-vocoder/lib')
-rw-r--r--gr-vocoder/lib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-vocoder/lib/CMakeLists.txt b/gr-vocoder/lib/CMakeLists.txt
index 697f260ecc..2bc9adfe3e 100644
--- a/gr-vocoder/lib/CMakeLists.txt
+++ b/gr-vocoder/lib/CMakeLists.txt
@@ -165,7 +165,6 @@ if(ENABLE_STATIC_LIBS)
if(ENABLE_GR_CTRLPORT)
# Remove GR_CTRLPORT set this target's definitions.
# Makes sure we don't try to use ControlPort stuff in source files
- # since Ice will not work with static libs.
GET_DIRECTORY_PROPERTY(STATIC_DEFS COMPILE_DEFINITIONS)
list(REMOVE_ITEM STATIC_DEFS "GR_CTRLPORT")
SET_PROPERTY(DIRECTORY PROPERTY COMPILE_DEFINITIONS "${STATIC_DEFS}")