1#-------------------------------------------------------------------------------
2# Copyright (c) 2020-2024 Cypress Semiconductor Corporation (an Infineon company)
3# or an affiliate of Cypress Semiconductor Corporation. All rights reserved.
4#
5# SPDX-License-Identifier: BSD-3-Clause
6#
7#-------------------------------------------------------------------------------
8
9fetch_remote_library(
10    LIB_NAME                mtb-pdl-cat1
11    LIB_SOURCE_PATH_VAR     CY_MTB_PDL_CAT1_LIB_PATH
12    LIB_PATCH_DIR           ${CMAKE_CURRENT_LIST_DIR}
13    LIB_FORCE_PATCH         CY_MTB_PDL_CAT1_FORCE_PATCH
14    FETCH_CONTENT_ARGS
15        GIT_REPOSITORY      ${CY_MTB_PDL_CAT1_LIB_GIT_REMOTE}
16        GIT_TAG             ${CY_MTB_PDL_CAT1_LIB_VERSION}
17        GIT_SHALLOW         TRUE
18        GIT_PROGRESS        TRUE
19        GIT_SUBMODULES      ""
20)
21