gnucash unstable: Add GENERATE_SWIG_WRAPPERS option to control the generation of swig wrappers independently of whether we're building from git

Geert Janssens gjanssens at code.gnucash.org
Wed Jan 31 10:17:24 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/ff24970f (commit)
	from  https://github.com/Gnucash/gnucash/commit/18059726 (commit)



commit ff24970f5f77e170eaa02370f8785387219e63bc
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Wed Jan 31 16:16:59 2018 +0100

    Add GENERATE_SWIG_WRAPPERS option to control the generation of swig wrappers independently of whether we're building from git
    
    The swig wrappers don't really depend on git (but rather on swig) and there can be
    situations the builder wants to generate the wrappers also from a tar ball.



Summary of changes:
 CMakeLists.txt                               |  9 ++-
 common/CMakeLists.txt                        |  4 +-
 common/cmake_modules/GncAddSwigCommand.cmake | 12 ++--
 common/cmake_modules/MakeDistFiles.cmake     | 88 +++++++++++++++-------------
 doc/CMakeLists.txt                           |  2 +-
 libgnucash/core-utils/CMakeLists.txt         |  2 +-
 libgnucash/doc/design/CMakeLists.txt         |  2 +-
 po/CMakeLists.txt                            |  2 +-
 po/POTFILES.in                               |  1 -
 9 files changed, 66 insertions(+), 56 deletions(-)



More information about the gnucash-patches mailing list