summaryrefslogtreecommitdiff
path: root/gr-noaa
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-04-01 11:48:23 -0400
committerJohnathan Corgan <johnathan@corganlabs.com>2013-04-01 16:25:00 -0700
commit5672d2a4082a40a12f96362d59b16b47b9d3ce09 (patch)
tree4b7ed0effa8479d941ed075e7555bc987adfb1b7 /gr-noaa
parent592d4d1f14f4a3920b181e5c2b0457ba9cff95bb (diff)
docs: updated CMakeLists files to point to include dirs for docstrings.
Diffstat (limited to 'gr-noaa')
-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 d543665609..829ca4f17d 100644
--- a/gr-noaa/swig/CMakeLists.txt
+++ b/gr-noaa/swig/CMakeLists.txt
@@ -30,7 +30,7 @@ set(GR_SWIG_INCLUDE_DIRS
)
set(GR_SWIG_DOC_FILE ${CMAKE_CURRENT_BINARY_DIR}/noaa_swig_doc.i)
-set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../lib)
+set(GR_SWIG_DOC_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/../include/noaa)
set(GR_SWIG_DOCS_TARGET_DEPS runtime_swig_swig_doc)
set(GR_SWIG_LIBRARIES gnuradio-noaa)