Skip to content

Commit

Permalink
Updated to googletest 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Sep 2, 2022
1 parent cf53c59 commit 3e867cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ for unit testing.
Following [this advice](https://github.com/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project)
in the Google Test FAQ, download the source and unzip:

wget https://github.com/google/googletest/archive/release-1.11.0.tar.gz
tar xzf release-1.11.0.tar.gz
ln -s googletest-release-1.11.0 googletest
wget https://github.com/google/googletest/archive/release-1.12.1.tar.gz
tar xzf release-1.12.1.tar.gz
ln -s googletest-release-1.12.1 googletest

### Build

Expand Down

0 comments on commit 3e867cc

Please sign in to comment.