Skip to content

Commit 33c658d

Browse files
committed
Update RAPIDS.cmake to log source of rapids-cmake
1 parent 7353194 commit 33c658d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

cmake/RAPIDS.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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}")
7071
else()
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}")
7375
endif()
7476
FetchContent_GetProperties(rapids-cmake)
7577
if(rapids-cmake_POPULATED)

0 commit comments

Comments
 (0)