diff options
author | Josh Blum <josh@joshknows.com> | 2012-07-03 16:59:44 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-07-03 16:59:44 -0700 |
commit | 86dd49f2b301fdd7e817632eeb2dcaf25c86af4c (patch) | |
tree | 02e4e31e6ca91b95d119048db868117bbde76712 /cmake | |
parent | 5f13956bfac00dadf350d97ccc8ddd555dc9b10e (diff) |
Force swig compile ordering in gnuradio-core
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/Modules/GrSwig.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/Modules/GrSwig.cmake b/cmake/Modules/GrSwig.cmake index d27237cf86..ff56faa0dc 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}) |