diff options
author | Johnathan Corgan | 2012-12-01 22:13:18 -0800 |
---|---|---|
committer | Johnathan Corgan | 2012-12-01 22:13:18 -0800 |
commit | 7b58aac684e3b0f698e26c623f9bf002b735d8df (patch) | |
tree | c9d46e61c0e38ce9f0a95b1861884f9bcd27a6ab /cmake/Modules | |
parent | 84c9f1125124876d6beab360053416999e308d2e (diff) | |
download | gnuradio-7b58aac684e3b0f698e26c623f9bf002b735d8df.tar.gz gnuradio-7b58aac684e3b0f698e26c623f9bf002b735d8df.tar.bz2 gnuradio-7b58aac684e3b0f698e26c623f9bf002b735d8df.zip |
Revert "Force swig compile ordering in gnuradio-core"
This reverts commit 86dd49f2b301fdd7e817632eeb2dcaf25c86af4c.
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}) |