rapidsai / rapids-cmake

https://docs.rapids.ai/api/rapids-cmake/stable/
Apache License 2.0
30 stars 46 forks source link

Allow for cpm override via file and direct calls to rapids_cpm_package_override #714

Closed robertmaynard closed 2 weeks ago

robertmaynard commented 2 weeks ago

Description

The override file provided on the command line is now just the first override file always used. Therefore other calls to rapids_cpm_package_override with no intersection will still work.

Fixes https://github.com/rapidsai/rapids-cmake/issues/713

Checklist

robertmaynard commented 2 weeks ago

Updated to handle the changes from https://github.com/rapidsai/rapids-cmake/pull/708

robertmaynard commented 2 weeks ago

/merge