From 2e691d87c12e7c465c26a13787e4b57d7fc62b7c Mon Sep 17 00:00:00 2001
From: Tom Rondeau <tom@trondeau.com>
Date: Fri, 8 Aug 2014 16:44:27 -0400
Subject: cmake: follow-up to previous merge

---
 gr-digital/lib/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

(limited to 'gr-digital/lib/CMakeLists.txt')

diff --git a/gr-digital/lib/CMakeLists.txt b/gr-digital/lib/CMakeLists.txt
index ac9e00e787..b3f5ee7761 100644
--- a/gr-digital/lib/CMakeLists.txt
+++ b/gr-digital/lib/CMakeLists.txt
@@ -159,7 +159,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}")
-- 
cgit v1.2.3