Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unconditionally export the CCCL path (#14656)
We need to unconditionally export the CCCL path because the condition can no longer be evaluated since the export is happening before the call to `rapids_cpm_cccl` as of #14655. Since cudf should in practice always be getting its own local copy of CCCL, it should be safe to have this export unconditionally; we will never use an externally provided copy of CCCL. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Robert Maynard (https://github.com/robertmaynard) URL: #14656
- Loading branch information