gnucash-on-windows master: Fix googletest build/install errors

Geert Janssens gjanssens at code.gnucash.org
Tue Sep 5 17:47:11 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/b81ed717 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/bd1eaef3 (commit)



commit b81ed717e8d21464e7083ed442f67f8a06519ab4
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Tue Sep 5 23:46:28 2017 +0200

    Fix googletest build/install errors
    
    - the way the jhbuild module was configured it ran cmake with both -G Ninja and
      -G 'Msys Makefiles'. Cmake apparently then only created makefiles but jhbuild
      still attempted to run ninja on it. Fixed by adding 'use-ninja=False'
    - The install step still failed after that. I have chosen to just disable installing
      as we're just inserting the source files in our tests rather than linking a lib



Summary of changes:
 gnucash.modules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)



More information about the gnucash-patches mailing list