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 bb15a51 commit 8993857Copy full SHA for 8993857
trusted-firmware-m/lib/ext/mcuboot/CMakeLists.txt
@@ -19,7 +19,8 @@ if ("${MCUBOOT_PATH}" STREQUAL "DOWNLOAD")
19
GIT_TAG ${MCUBOOT_VERSION}
20
GIT_SHALLOW FALSE
21
GIT_PROGRESS TRUE
22
- GIT_SUBMODULES ""
+ GIT_SUBMODULES "docs" # Workaround for https://gitlab.kitware.com/cmake/cmake/-/issues/20579
23
+ # in cmake 3.17 and below.
24
)
25
# ToDo: set GIT_SHALLOW to 'TRUE' when MCUBOOT_VERSION will be set to a tag
26
# (instead of a commit hash) with the new release.
0 commit comments