diff --git a/rapids-cmake/cpm/find.cmake b/rapids-cmake/cpm/find.cmake index f52114dc..1c57a79f 100644 --- a/rapids-cmake/cpm/find.cmake +++ b/rapids-cmake/cpm/find.cmake @@ -132,7 +132,7 @@ Overriding ^^^^^^^^^^ The :cmake:command:`rapids_cpm_package_override` command provides a way -for projects to override the default values for any :cmake:command:`rapids_cpm_find`, `rapids_cpm_*` `__, +for projects to override the default values for any :cmake:command:`rapids_cpm_find`, `rapids_cpm_* <../api.html#cpm-pre-configured-packages>`__, `CPM `_, and :cmake:module:`FetchContent() ` package. By default when an override for a project is provided no local search diff --git a/rapids-cmake/cpm/package_override.cmake b/rapids-cmake/cpm/package_override.cmake index 23ea3563..a70dd728 100644 --- a/rapids-cmake/cpm/package_override.cmake +++ b/rapids-cmake/cpm/package_override.cmake @@ -21,7 +21,7 @@ rapids_cpm_package_override .. versionadded:: v21.10.00 -Overrides the :cmake:command:`rapids_cpm_find`, `rapids_cpm_*` `__, +Overrides the :cmake:command:`rapids_cpm_find`, `rapids_cpm_* <../api.html#cpm-pre-configured-packages>`__, `CPM `_, and :cmake:module:`FetchContent() ` package information for the project. .. code-block:: cmake @@ -29,7 +29,7 @@ Overrides the :cmake:command:`rapids_cpm_find`, `rapids_cpm_*` `__ rapids_cpm_package_override() Allows projects to override the default values for any :cmake:command:`rapids_cpm_find`, -`rapids_cpm_*` `__, `CPM `_, and :cmake:module:`FetchContent() ` package. +`rapids_cpm_* <../api.html#cpm-pre-configured-packages>`__, `CPM `_, and :cmake:module:`FetchContent() ` package. The user provided json file must follow the `versions.json` format, which is :ref:`documented here` and shown in the below