gnucash-on-windows master: Update Googletest to latest release.
John Ralls
jralls at code.gnucash.org
Sun Apr 6 11:53:30 EDT 2025
Updated via https://github.com/Gnucash/gnucash-on-windows/commit/720e3711 (commit)
from https://github.com/Gnucash/gnucash-on-windows/commit/c1a80901 (commit)
commit 720e3711e024911254db52c80f663a4610240c55
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Apr 6 11:53:18 2025 -0400
Update Googletest to latest release.
Required for cmake 4.0 compatibility.
diff --git a/gnucash.modules b/gnucash.modules
index 357c60f..dbc2cc5 100644
--- a/gnucash.modules
+++ b/gnucash.modules
@@ -15,6 +15,8 @@
href="https://git.aquamaniac.de/git/"/>
<repository type="tarball" name="aqbanking"
href="https://www.aquamaniac.de/rdm/attachments/download/"/>
+ <repository type="tarball" name="github-tarball"
+ href="https://github.com/"/>
<repository type="git" name="github"
href="https://github.com/"/>
<repository type="tarball" name="github-tar"
@@ -240,7 +242,9 @@
cmakeargs="-G 'MSYS Makefiles' -DBUILD_GMOCK=OFF"
skip-install="True"
use-ninja="False">
- <branch module="google/googletest" repo="github" tag="release-1.8.0"/>
+ <branch module="google/googletest/releases/download/v1.16.0/googletest-1.16.0.tar.gz"
+ repo="github-tarball"
+ version="1.16.0" />
</cmake>
<cmake id="gnucash"
Summary of changes:
gnucash.modules | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
More information about the gnucash-changes
mailing list