aboutsummaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2013-11-10 16:51:43 +0100
committerSylvain Munaut <tnt@246tNt.com>2013-11-10 22:24:07 +0100
commit37796008688a09e8a70f77a9bafa938b00d4afcf (patch)
tree242d61d07418ebcaccb7ae6e4f463e2be48f9519 /swig
parent8378696eea561a53cc98e41a905cb5901a084499 (diff)
gr-fosphor/cmake: Switch to the new recommended GnuradioConfig
Rather than using our own copy of FindGnuradioRuntine Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'swig')
-rw-r--r--swig/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/CMakeLists.txt b/swig/CMakeLists.txt
index b72ec66..4cba070 100644
--- a/swig/CMakeLists.txt
+++ b/swig/CMakeLists.txt
@@ -31,7 +31,7 @@ include(GrPython)
########################################################################
# Setup swig generation
########################################################################
-foreach(incdir ${GNURADIO_RUNTIME_INCLUDE_DIRS})
+foreach(incdir ${GNURADIO_ALL_INCLUDE_DIRS})
list(APPEND GR_SWIG_INCLUDE_DIRS ${incdir}/gnuradio/swig)
endforeach(incdir)