Similar to the existing rapids_cpm_rmm(), it would be great to have similar functions for cuDF, cuML and any other future projects that use CMake.
This would allow for users of these libraries to easily add them as dependencies. Additionally, this makes it easier for users of multiple Rapids libraries to easily keep versions in sync (i.e. when downloading rapids-cmake=21.10 you automatically have dependencies on cudf=21.10 cuml=21.10 rmm=21.10)
Similar to the existing
rapids_cpm_rmm(), it would be great to have similar functions for cuDF, cuML and any other future projects that use CMake.This would allow for users of these libraries to easily add them as dependencies. Additionally, this makes it easier for users of multiple Rapids libraries to easily keep versions in sync (i.e. when downloading
rapids-cmake=21.10you automatically have dependencies oncudf=21.10cuml=21.10rmm=21.10)