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                psa_arch_tests
12    LIB_SOURCE_PATH_VAR     PSA_ARCH_TESTS_PATH
13    LIB_PATCH_DIR           ${CMAKE_CURRENT_LIST_DIR}
14    LIB_FORCE_PATCH         PSA_ARCH_TESTS_FORCE_PATCH
15    FETCH_CONTENT_ARGS
16        GIT_REPOSITORY      https://github.com/ARM-software/psa-arch-tests.git
17        GIT_TAG             ${PSA_ARCH_TESTS_VERSION}
18        GIT_SHALLOW         FALSE
19        GIT_PROGRESS        TRUE
20        GIT_SUBMODULES      ""
21)
22