Skip to content

Commit

Permalink
Clone from depot_tools main instead of default master
Browse files Browse the repository at this point in the history
depot_tools changed their default branch
  • Loading branch information
jameskr97 committed Sep 17, 2021
1 parent d21573d commit 10261d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extern/crashpad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ include(FetchContent)
# git repository *during project generation*.
FetchContent_Declare(depot_tools
GIT_REPOSITORY https://chromium.googlesource.com/chromium/tools/depot_tools.git
GIT_TAG main
GIT_PROGRESS TRUE
GIT_SHALLOW TRUE)
FetchContent_MakeAvailable(depot_tools)
Expand Down

0 comments on commit 10261d6

Please sign in to comment.