From 876f331033f719ffb3beb56f0fec58830323507d Mon Sep 17 00:00:00 2001 From: Graham Sanderson Date: Thu, 29 Aug 2024 19:14:50 -0500 Subject: [PATCH] bump picotool to the develop branch (#1886) --- tools/Findpicotool.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Findpicotool.cmake b/tools/Findpicotool.cmake index 0782bcd6..e7ecbcea 100644 --- a/tools/Findpicotool.cmake +++ b/tools/Findpicotool.cmake @@ -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 )