Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Change gtest branch from master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
LostDragonist authored Nov 24, 2021
1 parent 99ae56d commit fe0da0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unibuild/projects/googletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@

Project("GTest") \
.depend(cmake.CMake().arguments(["-DCMAKE_BUILD_TYPE={0}".format(config["build_type"])])
.depend(github.Source("google", "googletest", "master")))
.depend(github.Source("google", "googletest", "main")))
#.depend(github.Source("google", "googletest", "release-{}".format(googletest_version))))

0 comments on commit fe0da0e

Please sign in to comment.