diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-12-01 22:13:31 -0800 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-12-01 22:13:31 -0800 |
commit | 0bba4a09957d6aea03afcddca9e3b08d55fc4101 (patch) | |
tree | 8c765911e724900a744f8b42fd2019d84a22c387 /cmake | |
parent | 920a2327a65dc1955313d761c9cf6e5ebe604a46 (diff) | |
parent | 6cecc466359d54c6724a1e3c3ad9c700efc6fc7e (diff) |
Merge branch 'master' into next
Diffstat (limited to 'cmake')
-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 a1642ef859..3d1c5d47f0 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}) |