diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-04-03 19:28:59 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-04-03 19:28:59 -0400 |
commit | 3efe9e36e504897dcf4d41dec139cbd45a835d8b (patch) | |
tree | c04c195b2051006a3420ebae17d90c6f8626b623 /gr-blocks/swig/CMakeLists.txt | |
parent | e77881836f67973a9d069899a5b62e370b05ccca (diff) |
build: cmake updates to find ICE when not installed in /usr.
Diffstat (limited to 'gr-blocks/swig/CMakeLists.txt')
-rw-r--r-- | gr-blocks/swig/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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} ) |