rapids-cmake
rapids-cmake copied to clipboard
[DOC] Expand documentation around rapids-cmake cpm overrides in `rapids_cpm_versions.rst`
Report incorrect documentation
The documentation around the usage of rapids-cmake cpm overrides is missing some of the edge cases:
-
always_downloadwill be true for any package that is inside an override, due to the call toFetchContent_Declare - The docs around how multiple overrides interact should be in
rapids_cpm_versions.rstas well aspackage_override.rst - Document
CPM_<package_name>_SOURCEbehavior in regards to allrapids_cpmcalls - Document that the existence of a patch entry in either the base package definition or the override will cause no
find_packagecall to occur.