Raef Coles | 1971538 | 2020-07-10 09:50:17 +0100 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2020, Arm Limited. All rights reserved. |
Chris Brand | 19bf274 | 2022-07-05 11:15:17 -0700 | [diff] [blame] | 3 | # Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company) |
| 4 | # or an affiliate of Cypress Semiconductor Corporation. All rights reserved. |
Raef Coles | 1971538 | 2020-07-10 09:50:17 +0100 | [diff] [blame] | 5 | # |
| 6 | # SPDX-License-Identifier: BSD-3-Clause |
| 7 | # |
| 8 | #------------------------------------------------------------------------------- |
| 9 | |
Chris Brand | 19bf274 | 2022-07-05 11:15:17 -0700 | [diff] [blame] | 10 | fetch_remote_library( |
| 11 | LIB_NAME mbedcrypto |
| 12 | LIB_SOURCE_PATH_VAR MBEDCRYPTO_PATH |
| 13 | LIB_PATCH_DIR ${CMAKE_CURRENT_LIST_DIR} |
Joakim Andersson | 083ebe4 | 2023-01-18 12:00:36 +0100 | [diff] [blame] | 14 | LIB_FORCE_PATCH ${MBEDCRYPTO_FORCE_PATCH} |
Chris Brand | 19bf274 | 2022-07-05 11:15:17 -0700 | [diff] [blame] | 15 | FETCH_CONTENT_ARGS |
| 16 | GIT_REPOSITORY ${MBEDCRYPTO_GIT_REMOTE} |
| 17 | GIT_TAG ${MBEDCRYPTO_VERSION} |
| 18 | GIT_SHALLOW TRUE |
| 19 | GIT_PROGRESS TRUE |
| 20 | GIT_SUBMODULES "" |
| 21 | ) |