We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2f6a8 commit 211e9e7Copy full SHA for 211e9e7
trusted-firmware-m/lib/ext/mcuboot/CMakeLists.txt
@@ -19,7 +19,11 @@ if ("${MCUBOOT_PATH}" STREQUAL "DOWNLOAD")
19
GIT_TAG ${MCUBOOT_VERSION}
20
GIT_SHALLOW FALSE
21
GIT_PROGRESS TRUE
22
- GIT_SUBMODULES ""
+ GIT_SUBMODULES "boot/cypress/libs/cy-mbedtls-acceleration/"
23
+ # Workaround for https://gitlab.kitware.com/cmake/cmake/-/issues/20579
24
+ # in cmake 3.17 and below. This fetches the smallest submodule instead
25
+ # of fetching all submodules, to save bandwidth since they are not
26
+ # needed.
27
)
28
# ToDo: set GIT_SHALLOW to 'TRUE' when MCUBOOT_VERSION will be set to a tag
29
# (instead of a commit hash) with the new release.
0 commit comments