From 3efe9e36e504897dcf4d41dec139cbd45a835d8b Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Wed, 3 Apr 2013 19:28:59 -0400
Subject: build: cmake updates to find ICE when not installed in /usr.

---
 gr-blocks/swig/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

(limited to 'gr-blocks/swig/CMakeLists.txt')

diff --git a/gr-blocks/swig/CMakeLists.txt b/gr-blocks/swig/CMakeLists.txt
index 08e48fb69d..8a7327b0a2 100644
--- a/gr-blocks/swig/CMakeLists.txt
+++ b/gr-blocks/swig/CMakeLists.txt
@@ -28,6 +28,7 @@ set(GR_SWIG_INCLUDE_DIRS
     ${GR_BLOCKS_INCLUDE_DIRS}
     ${GNURADIO_RUNTIME_INCLUDE_DIRS}
     ${GNURADIO_RUNTIME_SWIG_INCLUDE_DIRS}
+    ${ICE_INCLUDE_DIR}
     ${Boost_INCLUDE_DIRS}
 )
 
-- 
cgit v1.2.3