summaryrefslogtreecommitdiff
path: root/gr-uhd/swig
diff options
context:
space:
mode:
authorJosh Blum2012-11-19 19:37:42 -0800
committerJosh Blum2012-11-19 19:37:42 -0800
commit9b8bbbb8f198a9ede11003f7a15ce7f50b219005 (patch)
treea1af8197ffd619ff402c61782694d5a2f60d03f5 /gr-uhd/swig
parent64913ee414f2c8a51afb2277b16b957fa2e7e066 (diff)
downloadgnuradio-9b8bbbb8f198a9ede11003f7a15ce7f50b219005.tar.gz
gnuradio-9b8bbbb8f198a9ede11003f7a15ce7f50b219005.tar.bz2
gnuradio-9b8bbbb8f198a9ede11003f7a15ce7f50b219005.zip
uhd: include gnuradio paths for swig build first
This fixes a potential issue where swig sees old installed headers, where it should be seeing in-tree headers.
Diffstat (limited to 'gr-uhd/swig')
-rw-r--r--gr-uhd/swig/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/swig/CMakeLists.txt b/gr-uhd/swig/CMakeLists.txt
index 795b46567..6d99af350 100644
--- a/gr-uhd/swig/CMakeLists.txt
+++ b/gr-uhd/swig/CMakeLists.txt
@@ -28,8 +28,8 @@ set(GR_SWIG_FLAGS -DGR_HAVE_UHD) #needed to parse uhd_swig.i
set(GR_SWIG_TARGET_DEPS core_swig)
set(GR_SWIG_INCLUDE_DIRS
- ${GR_UHD_INCLUDE_DIRS}
${GNURADIO_CORE_SWIG_INCLUDE_DIRS}
+ ${GR_UHD_INCLUDE_DIRS}
)
set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/uhd_swig_doc.i)