gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Dec 13 19:58:14 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/c2ba88d9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e6c77d40 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d86b30b6 (commit)
	from  https://github.com/Gnucash/gnucash/commit/b014d019 (commit)



commit c2ba88d91d1f02be912d476dbc45f7bf27b640b8
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 13 16:57:48 2020 -0800

    Add MAKE_LINKS to app-utils and qif-import scheme targets.
    
    Needed to successfully build on Windows.

commit e6c77d404ed9d79311030f26e4fa85b15b1e5008
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 13 16:49:27 2020 -0800

    Revert bumping version in CMakeLists.txt. Not quite time.

commit d86b30b6282fcdca9e0501d85e695c4270eb8ccd
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 13 16:45:18 2020 -0800

    Force scheme to make links before any builds.
    
    The new modules regime can only find files in the final modules
    layout, so interdependent files can be built only if they're linked
    first or have a strict dependency order provided to cmake. In many
    cases the latter is impractical.



Summary of changes:
 CMakeLists.txt                                 |  2 +-
 common/cmake_modules/GncAddSchemeTargets.cmake |  6 ++++--
 gnucash/import-export/qif-imp/CMakeLists.txt   | 12 ++++++++----
 libgnucash/app-utils/CMakeLists.txt            |  6 ++++--
 4 files changed, 17 insertions(+), 9 deletions(-)



More information about the gnucash-patches mailing list