summaryrefslogtreecommitdiff
path: root/gr-noaa
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-noaa
parent4ac28002fbea740f78c2339446cca2d1f118628f (diff)
cmake: follow-up to previous merge
Diffstat (limited to 'gr-noaa')
-rw-r--r--gr-noaa/lib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-noaa/lib/CMakeLists.txt b/gr-noaa/lib/CMakeLists.txt
index 5e7ede7210..d8db07d922 100644
--- a/gr-noaa/lib/CMakeLists.txt
+++ b/gr-noaa/lib/CMakeLists.txt
@@ -71,7 +71,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}")