Skip to content

Commit adff517

Browse files
committed
WIP: Validate new rapids-cmake changes
1 parent e05532f commit adff517

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

cmake/rapids_config.cmake

Lines changed: 4 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) 2018-2025, NVIDIA CORPORATION.
3+
# SPDX-FileCopyrightText: Copyright (c) 2018-2026, NVIDIA CORPORATION.
44
# SPDX-License-Identifier: Apache-2.0
55
# cmake-format: on
66
# =============================================================================
@@ -34,6 +34,9 @@ endif()
3434
if(NOT rapids-cmake-branch)
3535
set(rapids-cmake-branch "${_rapids_branch}")
3636
endif()
37+
38+
set(rapids-cmake-repo robertmaynard)
39+
set(rapids-cmake-branch "bug/find_package_redirect_support")
3740
include("${CMAKE_CURRENT_LIST_DIR}/RAPIDS.cmake")
3841

3942
# Don't use sccache-dist for CMake's compiler tests

0 commit comments

Comments
 (0)