From 7b58aac684e3b0f698e26c623f9bf002b735d8df Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Sat, 1 Dec 2012 22:13:18 -0800 Subject: Revert "Force swig compile ordering in gnuradio-core" This reverts commit 86dd49f2b301fdd7e817632eeb2dcaf25c86af4c. --- cmake/Modules/GrSwig.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'cmake') 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}) -- cgit