File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# =============================================================================
22# cmake-format: off
3- # SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION.
3+ # SPDX-FileCopyrightText: Copyright (c) 2021-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved .
44# SPDX-License-Identifier: Apache-2.0
55# cmake-format: on
66# =============================================================================
@@ -67,9 +67,11 @@ if(rapids-cmake-fetch-via-git)
6767 GIT_REPOSITORY "${rapids-cmake-url} "
6868 GIT_TAG "${rapids-cmake-value-to-clone} "
6969 )
70+ message (STATUS "Fetching rapids-cmake from ${rapids-cmake-url} @${rapids-cmake-value-to-clone} " )
7071else ()
7172 string (APPEND rapids-cmake-url "${rapids-cmake-value-to-clone} " )
7273 FetchContent_Declare (rapids-cmake URL "${rapids-cmake-url} " )
74+ message (STATUS "Fetching rapids-cmake from ${rapids-cmake-url} " )
7375endif ()
7476FetchContent_GetProperties (rapids-cmake)
7577if (rapids-cmake_POPULATED)
You can’t perform that action at this time.
0 commit comments