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

Commit fe0da0e

Browse files
Change gtest branch from master to main
1 parent 99ae56d commit fe0da0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unibuild/projects/googletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222

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

0 commit comments

Comments
 (0)