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.
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