Skip to content

Commit d10a8bd

Browse files
committed
Update to CCCL 3.2.x
1 parent f2abc45 commit d10a8bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/rapids_config.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# SPDX-License-Identifier: Apache-2.0
55
# cmake-format: on
66
# =============================================================================
7+
set(rapids-cmake-repo bdice/rapids-cmake)
8+
set(rapids-cmake-branch cccl-3.2.x)
79
file(READ "${CMAKE_CURRENT_LIST_DIR}/../VERSION" _rapids_version)
810
if(_rapids_version MATCHES [[^([0-9][0-9])\.([0-9][0-9])\.([0-9][0-9])]])
911
set(RAPIDS_VERSION_MAJOR "${CMAKE_MATCH_1}")

0 commit comments

Comments
 (0)