summaryrefslogtreecommitdiff
path: root/gr-noaa/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-noaa/swig
parent0408e48c26bfae60d4973e1f1128ac419d6268a2 (diff)
docs: more appropriate variable to use when setting the include/headers directory.
Diffstat (limited to 'gr-noaa/swig')
-rw-r--r--gr-noaa/swig/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-noaa/swig/CMakeLists.txt b/gr-noaa/swig/CMakeLists.txt
index 59b4969521..7c0c7bc95b 100644
--- a/gr-noaa/swig/CMakeLists.txt
+++ b/gr-noaa/swig/CMakeLists.txt
@@ -29,7 +29,7 @@ set(GR_SWIG_INCLUDE_DIRS
)
set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/noaa_swig_doc.i)
-set(GR_SWIG_DOC_DIRS ${GR_NOAA_INCLUDE_DIRS})
+set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_BINARY_DIR}/../lib)
set(GR_SWIG_LIBRARIES gnuradio-noaa)