From 9a358f60c929fa3ea72c180366a103e668795b7f Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 1 Nov 2024 08:14:02 -0500 Subject: [PATCH] Build with CCCL 2.7.0-rc2. --- fetch_rapids.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fetch_rapids.cmake b/fetch_rapids.cmake index 4d4f7fa5..dfe01690 100644 --- a/fetch_rapids.cmake +++ b/fetch_rapids.cmake @@ -11,6 +11,10 @@ # or implied. See the License for the specific language governing permissions and limitations under # the License. # ============================================================================= + +set(rapids-cmake-repo bdice/rapids-cmake) +set(rapids-cmake-branch cccl-2.7.0-rc2) + if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/UCXX_RAPIDS.cmake) file(DOWNLOAD https://raw.githubusercontent.com/rapidsai/rapids-cmake/branch-24.12/RAPIDS.cmake ${CMAKE_CURRENT_BINARY_DIR}/UCXX_RAPIDS.cmake