Lock picotool version to 2.1.0 for backwards-compatibility

This commit is contained in:
Andrew Scheller 2025-07-20 10:38:51 +01:00
parent 95ea6acad1
commit aaf0a29947

View file

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