Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the new RAPIDS.cmake to fetch rapids-cmake (#838)
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. But 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: - Mark Harris (https://github.com/harrism) URL: #838
- Loading branch information