Commit fd92fb8
authored
Use the new RAPIDS.cmake to fetch rapids-cmake (#1734)
The original approach of using FetchContent naively has a subtle
bug when multiple projects that use rapids-cmake are combined together inside as sibling projects. This bug causes any
`include(rapids-*)` commands to fail, causing CMake errors.
Bug using `RAPIDS.cmake` we can resolve this issue and remove
the new complex logic from each consumer.
Authors:
- Robert Maynard (https://github.com/robertmaynard)
Approvers:
- Brad Rees (https://github.com/BradReesWork)
URL: #17341 parent f1dffc4 commit fd92fb8
1 file changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
| |||
0 commit comments