Skip to content

Commit 3a81664

Browse files
authored
upgrade to a later version of googletest (#1936)
Try a higher revision 1.10.x didn't fix the `-Wall` issue.
1 parent e6ec73c commit 3a81664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ run-% : %_test
7676

7777
install-googletest :
7878
rm -rf ../lib/googletest
79-
git clone -b v1.8.x https://github.com/google/googletest.git ../lib/googletest
79+
git clone -b v1.12.x https://github.com/google/googletest.git ../lib/googletest
8080

8181
# Builds gtest.a, gtest_main.a, gmock.a, gmock_main.a.
8282

0 commit comments

Comments
 (0)