summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block
diff options
context:
space:
mode:
authorJohnathan Corgan2012-12-01 14:56:04 -0800
committerJohnathan Corgan2012-12-01 14:56:04 -0800
commit84c9f1125124876d6beab360053416999e308d2e (patch)
treebde31fee39dc284d7f823fb0cdb111e2274d310c /gr-howto-write-a-block
parent552b310e49d3584cb61aec18bd9db1f6abf4e3ac (diff)
downloadgnuradio-84c9f1125124876d6beab360053416999e308d2e.tar.gz
gnuradio-84c9f1125124876d6beab360053416999e308d2e.tar.bz2
gnuradio-84c9f1125124876d6beab360053416999e308d2e.zip
cmake: fix typo in cmake swig module
Diffstat (limited to 'gr-howto-write-a-block')
-rw-r--r--gr-howto-write-a-block/cmake/Modules/GrSwig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/cmake/Modules/GrSwig.cmake b/gr-howto-write-a-block/cmake/Modules/GrSwig.cmake
index 6ba5ee3a5..51a753ec5 100644
--- a/gr-howto-write-a-block/cmake/Modules/GrSwig.cmake
+++ b/gr-howto-write-a-block/cmake/Modules/GrSwig.cmake
@@ -108,7 +108,7 @@ macro(GR_SWIG_MAKE name)
#do swig doc generation if specified
if (GR_SWIG_DOC_FILE)
set(GR_SWIG_DOCS_SOURCE_DEPS ${GR_SWIG_SOURCE_DEPS})
- set(GR_SWIG_DOCS_TAREGT_DEPS ${GR_SWIG_TARGET_DEPS})
+ set(GR_SWIG_DOCS_TARGET_DEPS ${GR_SWIG_TARGET_DEPS})
GR_SWIG_MAKE_DOCS(${GR_SWIG_DOC_FILE} ${GR_SWIG_DOC_DIRS})
list(APPEND GR_SWIG_SOURCE_DEPS ${GR_SWIG_DOC_FILE})
endif()