mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user