We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05532f commit adff517Copy full SHA for adff517
1 file changed
cmake/rapids_config.cmake
@@ -1,6 +1,6 @@
1
# =============================================================================
2
# cmake-format: off
3
-# SPDX-FileCopyrightText: Copyright (c) 2018-2025, NVIDIA CORPORATION.
+# SPDX-FileCopyrightText: Copyright (c) 2018-2026, NVIDIA CORPORATION.
4
# SPDX-License-Identifier: Apache-2.0
5
# cmake-format: on
6
@@ -34,6 +34,9 @@ endif()
34
if(NOT rapids-cmake-branch)
35
set(rapids-cmake-branch "${_rapids_branch}")
36
endif()
37
+
38
+set(rapids-cmake-repo robertmaynard)
39
+set(rapids-cmake-branch "bug/find_package_redirect_support")
40
include("${CMAKE_CURRENT_LIST_DIR}/RAPIDS.cmake")
41
42
# Don't use sccache-dist for CMake's compiler tests
0 commit comments