diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-08-08 16:44:27 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-08-08 16:44:27 -0400 |
commit | 2e691d87c12e7c465c26a13787e4b57d7fc62b7c (patch) | |
tree | 2b5b94145cce857d66765d38b3ace463c2fcff25 /gr-noaa | |
parent | 4ac28002fbea740f78c2339446cca2d1f118628f (diff) |
cmake: follow-up to previous merge
Diffstat (limited to 'gr-noaa')
-rw-r--r-- | gr-noaa/lib/CMakeLists.txt | 1 |
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}") |