From 3d25010b8c2fc0c69d355611bafb13b802cfdbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20J=C3=BCnger?= Date: Wed, 12 Jun 2024 03:20:16 +0200 Subject: [PATCH] Bump CCCL version --- cpp/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 39472cae67..300184d964 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -11,6 +11,9 @@ # or implied. See the License for the specific language governing permissions and limitations under # the License. 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)