Skip to content

Commit 14854e0

Browse files
committed
Build with CCCL 2.8.2-rc0.
1 parent 1e8c014 commit 14854e0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rapids_config.cmake

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# =============================================================================
2-
# Copyright (c) 2018-2024, NVIDIA CORPORATION.
2+
# Copyright (c) 2018-2025, NVIDIA CORPORATION.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
55
# in compliance with the License. You may obtain a copy of the License at
@@ -11,6 +11,10 @@
1111
# or implied. See the License for the specific language governing permissions and limitations under
1212
# the License.
1313
# =============================================================================
14+
15+
set(rapids-cmake-repo bdice/rapids-cmake)
16+
set(rapids-cmake-branch cccl-2.8.0)
17+
1418
file(READ "${CMAKE_CURRENT_LIST_DIR}/VERSION" _rapids_version)
1519
if(_rapids_version MATCHES [[^([0-9][0-9])\.([0-9][0-9])\.([0-9][0-9])]])
1620
set(RAPIDS_VERSION_MAJOR "${CMAKE_MATCH_1}")

0 commit comments

Comments
 (0)