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(
picotool
GIT_REPOSITORY https://github.com/raspberrypi/picotool.git
GIT_TAG 2.0.0
GIT_TAG develop
GIT_PROGRESS true
)