Skip to content

Commit

Permalink
Bump googletest (AOMediaCodec#1895)
Browse files Browse the repository at this point in the history
This is to quiet a compilation warning.
It seems we never mentioned it in the CHANGELOG.md so not adding it.
  • Loading branch information
vrabaud authored Dec 21, 2023
1 parent 98c8c28 commit cd9e38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/googletest.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
: # If you're running this on Windows, be sure you've already run this (from your VC2019 install dir):
: # "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"

git clone -b v1.13.0 --depth 1 https://github.com/google/googletest.git
git clone -b v1.14.0 --depth 1 https://github.com/google/googletest.git
cd googletest
mkdir build
cd build
Expand Down

0 comments on commit cd9e38b

Please sign in to comment.