summaryrefslogtreecommitdiff
path: root/gnuradio-core/src
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2012-12-04 09:59:02 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2012-12-04 09:59:02 -0800
commitbe9a5bc1409e5d6447a92382f926394adf26800d (patch)
tree15242d7ac939fbaba2be073398aeebf86a20cdf2 /gnuradio-core/src
parent744e351c408eba97030aa25c31eeddd6139114db (diff)
parentcf18523a45c74be8a53ab95d3bfcdd81a143ebb8 (diff)
Merge branch 'master' into next
Diffstat (limited to 'gnuradio-core/src')
-rw-r--r--gnuradio-core/src/lib/swig/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnuradio-core/src/lib/swig/CMakeLists.txt b/gnuradio-core/src/lib/swig/CMakeLists.txt
index cf07cd3848..e47771570b 100644
--- a/gnuradio-core/src/lib/swig/CMakeLists.txt
+++ b/gnuradio-core/src/lib/swig/CMakeLists.txt
@@ -25,10 +25,9 @@ include_directories(${Boost_INCLUDE_DIRS})
link_directories(${Boost_LIBRARY_DIRS})
set(GR_SWIG_INCLUDE_DIRS
- ${Boost_INCLUDE_DIRS}
+ ${CMAKE_CURRENT_BINARY_DIR}
${GRUEL_INCLUDE_DIRS}
${GNURADIO_CORE_SWIG_INCLUDE_DIRS}
- ${CMAKE_CURRENT_BINARY_DIR}
)
set(GR_SWIG_LIBRARIES gnuradio-core)