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-atsc | |
parent | 4ac28002fbea740f78c2339446cca2d1f118628f (diff) |
cmake: follow-up to previous merge
Diffstat (limited to 'gr-atsc')
-rw-r--r-- | gr-atsc/lib/CMakeLists.txt | 1 |
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}") |