diff options
author | Johnathan Corgan | 2012-07-03 14:22:41 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-07-03 14:22:41 -0700 |
commit | 06c325cb925555d1864d67db20490eb67402868d (patch) | |
tree | 5f0bf759ce17a61504a4d0f10431406bfcd08bbd /gr-video-sdl/src | |
parent | 76258270f53da9a7b6bdeed0b38dde735956012e (diff) | |
download | gnuradio-06c325cb925555d1864d67db20490eb67402868d.tar.gz gnuradio-06c325cb925555d1864d67db20490eb67402868d.tar.bz2 gnuradio-06c325cb925555d1864d67db20490eb67402868d.zip |
swig: added GR_SWIG_TARGET_DEPS core_swig to other swig builds
I have not encountered an issue, however this is the correct thing to do.
Now individual components swig builds depend on the gr core swig target.
Conflicts:
gr-filter/swig/CMakeLists.txt
Diffstat (limited to 'gr-video-sdl/src')
-rw-r--r-- | gr-video-sdl/src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-video-sdl/src/CMakeLists.txt b/gr-video-sdl/src/CMakeLists.txt index c21c9a9c8..a5c5b8cbd 100644 --- a/gr-video-sdl/src/CMakeLists.txt +++ b/gr-video-sdl/src/CMakeLists.txt @@ -66,6 +66,8 @@ if(ENABLE_PYTHON) include(GrPython) include(GrSwig) +set(GR_SWIG_TARGET_DEPS core_swig) + set(GR_SWIG_INCLUDE_DIRS ${GR_COMEDI_INCLUDE_DIRS} ${GNURADIO_CORE_SWIG_INCLUDE_DIRS} |