summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2012-12-01 22:03:55 -0800
committerJohnathan Corgan <jcorgan@corganenterprises.com>2012-12-01 22:03:55 -0800
commit61c6043043e2007754b71837b3e7e93fcc0dba4c (patch)
tree1b6ea918af0196064db7eee14e2ae02e962abf3c /cmake
parent552b310e49d3584cb61aec18bd9db1f6abf4e3ac (diff)
Revert "Force swig compile ordering in gnuradio-core"
This reverts commit 86dd49f2b301fdd7e817632eeb2dcaf25c86af4c.
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 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})