summaryrefslogtreecommitdiff
path: root/gr-atsc
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-08-08 16:44:27 -0400
committerTom Rondeau <tom@trondeau.com>2014-08-08 16:44:27 -0400
commit2e691d87c12e7c465c26a13787e4b57d7fc62b7c (patch)
tree2b5b94145cce857d66765d38b3ace463c2fcff25 /gr-atsc
parent4ac28002fbea740f78c2339446cca2d1f118628f (diff)
cmake: follow-up to previous merge
Diffstat (limited to 'gr-atsc')
-rw-r--r--gr-atsc/lib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-atsc/lib/CMakeLists.txt b/gr-atsc/lib/CMakeLists.txt
index 88bb56d16e..d7da2fbde9 100644
--- a/gr-atsc/lib/CMakeLists.txt
+++ b/gr-atsc/lib/CMakeLists.txt
@@ -131,7 +131,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}")