From 51c44a2b992956c8d478c106b2daf380cfbb3864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20J=C3=BCnger?= Date: Wed, 12 Jun 2024 03:19:09 +0200 Subject: [PATCH] Bump CCCL version --- cpp/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 7dca3d983a5..715e9c54fbd 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -16,6 +16,8 @@ cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR) +set(rapids-cmake-url "https://github.com/sleeepyjack/rapids-cmake/archive/refs/heads/bugfix/cccl-span.zip") + include(../rapids_config.cmake) include(rapids-cmake) include(rapids-cpm)