summaryrefslogtreecommitdiff
path: root/gr-shd/swig
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-11-30 14:45:19 -0500
committerTom Rondeau <trondeau@vt.edu>2011-11-30 14:45:19 -0500
commit2d88dd48d9563a561b5c851555c2ff4714fa66e3 (patch)
treea7c8719655a196ea20f8aa51013aac077be8097a /gr-shd/swig
parenta2de55ca27d20ee6bb6c7114469c4ea0b599ae92 (diff)
docs: fixing variable for location of header files (SOURCE not BINARY).
Diffstat (limited to 'gr-shd/swig')
-rw-r--r--gr-shd/swig/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-shd/swig/CMakeLists.txt b/gr-shd/swig/CMakeLists.txt
index d73cab8391..b61adfcad5 100644
--- a/gr-shd/swig/CMakeLists.txt
+++ b/gr-shd/swig/CMakeLists.txt
@@ -31,7 +31,7 @@ set(GR_SWIG_INCLUDE_DIRS
)
set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/shd_swig_doc.i)
-set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_BINARY_DIR}/../include)
+set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../include)
link_directories(${SHD_LIBRARY_DIRS})
set(GR_SWIG_LIBRARIES gnuradio-shd ${SHD_LIBRARIES})