diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-12-01 22:11:37 -0800 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-12-01 22:11:37 -0800 |
commit | 94506a3c335b0af009dca2718aade587231ff31e (patch) | |
tree | f12ef974cddc6a4719b5e24fd373abbe9f127e11 /cmake | |
parent | 92cfb0240005675f4e7a55a81552f4c7a5128cd8 (diff) | |
parent | 61c6043043e2007754b71837b3e7e93fcc0dba4c (diff) |
Merge branch 'maint'
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 175d0d759a..38d81833d5 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}) |