bump picotool to the develop branch (#1886)

This commit is contained in:
Graham Sanderson 2024-08-29 19:14:50 -05:00 committed by GitHub
parent ff5401f3b2
commit 876f331033
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ if (NOT TARGET picotool)
FetchContent_Declare( FetchContent_Declare(
picotool picotool
GIT_REPOSITORY https://github.com/raspberrypi/picotool.git GIT_REPOSITORY https://github.com/raspberrypi/picotool.git
GIT_TAG 2.0.0 GIT_TAG develop
GIT_PROGRESS true GIT_PROGRESS true
) )