Skip to content

Commit d55ef43

Browse files
committed
Test latest CCCL
1 parent 5b27547 commit d55ef43

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

cpp/cmake/thirdparty/get_cccl.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
function(find_and_configure_cccl)
1010

1111
include(${rapids-cmake-dir}/cpm/cccl.cmake)
12+
include(${rapids-cmake-dir}/cpm/package_override.cmake)
13+
14+
set(rmm_patch_dir "${CMAKE_CURRENT_FUNCTION_LIST_DIR}/patches")
15+
rapids_cpm_package_override("${rmm_patch_dir}/cccl_override.json")
16+
1217
rapids_cpm_cccl(BUILD_EXPORT_SET rmm-exports INSTALL_EXPORT_SET rmm-exports)
1318

1419
endfunction()
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"packages": {
3+
"CCCL": {
4+
"version": "3.2.0",
5+
"git_shallow": false,
6+
"git_url": "https://github.com/NVIDIA/cccl.git",
7+
"git_tag": "c5a74064c4386b1a896850f9ca7bd6ebf43205ae"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)