1#------------------------------------------------------------------------------- 2# Copyright (c) 2020, Arm Limited. All rights reserved. 3# Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company) 4# or an affiliate of Cypress Semiconductor Corporation. All rights reserved. 5# 6# SPDX-License-Identifier: BSD-3-Clause 7# 8#------------------------------------------------------------------------------- 9 10fetch_remote_library( 11 LIB_NAME mcuboot 12 LIB_SOURCE_PATH_VAR MCUBOOT_PATH 13 FETCH_CONTENT_ARGS 14 GIT_REPOSITORY https://github.com/mcu-tools/mcuboot.git 15 GIT_TAG ${MCUBOOT_VERSION} 16 GIT_PROGRESS TRUE 17 GIT_SUBMODULES "${MCUBOOT_SUBMODULES}" 18) 19