Skip to content

Commit ac0fa10

Browse files
authored
Merge pull request #15166 from world-direct/feature/googletestversion
Change google test git tag to main
2 parents d4c6b37 + 05b5b40 commit ac0fa10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UNITTESTS/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include(FetchContent)
1717
# Download and unpack googletest
1818
FetchContent_Declare(googletest
1919
GIT_REPOSITORY https://github.com/google/googletest.git
20-
GIT_TAG master
20+
GIT_TAG main
2121
)
2222
FetchContent_MakeAvailable(googletest)
2323

0 commit comments

Comments
 (0)