diff options
author | Johnathan Corgan | 2012-12-01 22:14:45 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-12-01 22:14:45 -0800 |
commit | 7e7fbf2cdee7dfc518041512a3cb99139d1c8e7d (patch) | |
tree | 5623db5fd512084a63dc43665e4073bf8dc86f7f /cmake/Modules | |
parent | bce99b754e64cc8d2672f99d71b1e5e9c72d8bc3 (diff) | |
parent | 7b58aac684e3b0f698e26c623f9bf002b735d8df (diff) | |
download | gnuradio-7e7fbf2cdee7dfc518041512a3cb99139d1c8e7d.tar.gz gnuradio-7e7fbf2cdee7dfc518041512a3cb99139d1c8e7d.tar.bz2 gnuradio-7e7fbf2cdee7dfc518041512a3cb99139d1c8e7d.zip |
Merge branch 'maint'
Diffstat (limited to 'cmake/Modules')
-rw-r--r-- | cmake/Modules/GrSwig.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/Modules/GrSwig.cmake b/cmake/Modules/GrSwig.cmake index a1642ef85..3d1c5d47f 100644 --- a/cmake/Modules/GrSwig.cmake +++ b/cmake/Modules/GrSwig.cmake @@ -105,8 +105,6 @@ endfunction(GR_SWIG_MAKE_DOCS) macro(GR_SWIG_MAKE name) set(ifiles ${ARGN}) - list(APPEND GR_SWIG_TARGET_DEPS ${GR_SWIG_LIBRARIES}) - #do swig doc generation if specified if (GR_SWIG_DOC_FILE) set(GR_SWIG_DOCS_SOURCE_DEPS ${GR_SWIG_SOURCE_DEPS}) |