upgrade to a later version of googletest (#1936)

Try a higher revision

1.10.x didn't fix the `-Wall` issue.
This commit is contained in:
David Conran
2022-12-26 03:23:54 +10:00
committed by GitHub
parent e6ec73c3b9
commit 3a81664c24

View File

@@ -76,7 +76,7 @@ run-% : %_test
install-googletest :
rm -rf ../lib/googletest
git clone -b v1.8.x https://github.com/google/googletest.git ../lib/googletest
git clone -b v1.12.x https://github.com/google/googletest.git ../lib/googletest
# Builds gtest.a, gtest_main.a, gmock.a, gmock_main.a.