Skip to content

Commit

Permalink
[cmake] Fix googletest master branch was renamed to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Nov 16, 2021
1 parent 7721209 commit 32e399a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ endif()
# -- GTest --
external_dependency(GTest
GIT_REPO https://github.com/google/googletest
GIT_TAG master
GIT_TAG main
BUILD_ALWAYS
EXCLUDE_FROM_ALL
)

0 comments on commit 32e399a

Please sign in to comment.