aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ext/mcuboot/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext/mcuboot/CMakeLists.txt b/lib/ext/mcuboot/CMakeLists.txt
index 5fcdfd9d32..4c817cd64d 100644
--- a/lib/ext/mcuboot/CMakeLists.txt
+++ b/lib/ext/mcuboot/CMakeLists.txt
@@ -16,7 +16,7 @@ endif()
if ("${MCUBOOT_PATH}" STREQUAL "DOWNLOAD")
FetchContent_Declare(mcuboot
GIT_REPOSITORY https://github.com/JuulLabs-OSS/mcuboot.git
- GIT_TAG v${MCUBOOT_VERSION}
+ GIT_TAG ${MCUBOOT_VERSION}
GIT_SHALLOW TRUE
GIT_PROGRESS TRUE
GIT_SUBMODULES ""