summaryrefslogtreecommitdiff
path: root/gr-digital/swig
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-11-28 15:44:12 -0500
committerTom Rondeau <trondeau@vt.edu>2011-11-28 15:44:12 -0500
commita2de55ca27d20ee6bb6c7114469c4ea0b599ae92 (patch)
tree4841e3dcd10b436bc13cb36f2225fca2839b076d /gr-digital/swig
parent0408e48c26bfae60d4973e1f1128ac419d6268a2 (diff)
docs: more appropriate variable to use when setting the include/headers directory.
Diffstat (limited to 'gr-digital/swig')
-rw-r--r--gr-digital/swig/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/swig/CMakeLists.txt b/gr-digital/swig/CMakeLists.txt
index 94a714d056..ac8d606d78 100644
--- a/gr-digital/swig/CMakeLists.txt
+++ b/gr-digital/swig/CMakeLists.txt
@@ -24,7 +24,7 @@ include(GrPython)
include(GrSwig)
set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/digital_swig_doc.i)
-set(GR_SWIG_DOC_DIRS ${GR_DIGITAL_INCLUDE_DIRS})
+set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_BINARY_DIR}/../include)
set(GR_SWIG_INCLUDE_DIRS
${GR_DIGITAL_INCLUDE_DIRS}