From 3d5df0ddd3aa8d5a94285b95f487747f25d4ee06 Mon Sep 17 00:00:00 2001 From: Tom Rondeau <tom@trondeau.com> Date: Fri, 8 Aug 2014 11:28:05 -0400 Subject: controlport: removing use of ice for a controlport rpc. This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now. --- gr-blocks/swig/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'gr-blocks/swig/CMakeLists.txt') diff --git a/gr-blocks/swig/CMakeLists.txt b/gr-blocks/swig/CMakeLists.txt index f4c428c878..c128a9b26c 100644 --- a/gr-blocks/swig/CMakeLists.txt +++ b/gr-blocks/swig/CMakeLists.txt @@ -32,7 +32,6 @@ set(GR_SWIG_INCLUDE_DIRS if(ENABLE_GR_CTRLPORT) list(APPEND GR_SWIG_FLAGS "-DGR_CTRLPORT") - list(APPEND GR_SWIG_INCLUDE_DIRS ${ICE_INCLUDE_DIR}) endif(ENABLE_GR_CTRLPORT) configure_file( -- cgit v1.2.3