rapidsai / rapids-cmake

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

[FEA] rapids-cmake pinning override allow generation via CMake variable #552

Closed robertmaynard closed 3 months ago

robertmaynard commented 6 months ago

Is your feature request related to a problem? Please describe.

We should think about allowing projects that want to use rapids_cpm_generate_pinned_versions to do so without having to modify the CMake logic of the project.

Describe the solution you'd like We should support generation via a CMake variable such as RAPIDS_CMAKE_GENERATE_PINNED_VERSIONS

Describe alternatives you've considered Thought about env variables, doesn't feel explicit enough.

Additional context https://github.com/rapidsai/rapids-cmake/pull/530#pullrequestreview-1906892854

robertmaynard commented 4 months ago

Was incorrectly associated to PR #596. This task still needs implementing