summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2012-12-01 22:14:45 -0800
committerJohnathan Corgan <jcorgan@corganenterprises.com>2012-12-01 22:14:45 -0800
commit7e7fbf2cdee7dfc518041512a3cb99139d1c8e7d (patch)
tree5623db5fd512084a63dc43665e4073bf8dc86f7f /cmake
parentbce99b754e64cc8d2672f99d71b1e5e9c72d8bc3 (diff)
parent7b58aac684e3b0f698e26c623f9bf002b735d8df (diff)
Merge branch 'maint'
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/GrSwig.cmake2
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})