We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b27547 commit d55ef43Copy full SHA for d55ef43
cpp/cmake/thirdparty/get_cccl.cmake
@@ -9,6 +9,11 @@
9
function(find_and_configure_cccl)
10
11
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
17
rapids_cpm_cccl(BUILD_EXPORT_SET rmm-exports INSTALL_EXPORT_SET rmm-exports)
18
19
endfunction()
cpp/cmake/thirdparty/patches/cccl_override.json
@@ -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
+ }
+}
0 commit comments