Skip to content

Commit

Permalink
Change googletest release name.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Jan 30, 2024
1 parent f2fb926 commit 37a46e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/gtests/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ else
endif

googletest-read-only:
git clone --depth=1 --branch=release-1.14.0 https://github.com/google/googletest.git googletest-read-only
git clone --depth=1 --branch=v1.14.0 https://github.com/google/googletest.git googletest-read-only

admb_messages:
OPTIONS=-s $(MAKE) --directory=$@
Expand Down
2 changes: 1 addition & 1 deletion tests/gtests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ all: clean
$(MAKE) /NOLOGO run

googletest-read-only:
git clone --depth=1 --branch=release-1.14.0 https://github.com/google/googletest.git googletest-read-only
git clone --depth=1 --branch=v1.14.0 https://github.com/google/googletest.git googletest-read-only

gtest-all.obj: googletest-read-only
$(CXX) /c /EHsc /Igoogletest-read-only\googletest\include /Igoogletest-read-only\googletest /Fo$@ googletest-read-only\googletest\src\gtest-all.cc
Expand Down

0 comments on commit 37a46e5

Please sign in to comment.