From 86dd49f2b301fdd7e817632eeb2dcaf25c86af4c Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 3 Jul 2012 16:59:44 -0700 Subject: Force swig compile ordering in gnuradio-core --- cmake/Modules/GrSwig.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/Modules/GrSwig.cmake b/cmake/Modules/GrSwig.cmake index d27237cf8..ff56faa0d 100644 --- a/cmake/Modules/GrSwig.cmake +++ b/cmake/Modules/GrSwig.cmake @@ -105,6 +105,8 @@ 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