Skip to content

Commit

Permalink
Correct doc issues found by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Nov 6, 2024
1 parent 6e01ecc commit f91424f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/init.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ in the build tree of the calling project

If the variable :cmake:variable:`RAPIDS_CMAKE_CPM_OVERRIDE_VERSION_FILE` is specified it will be used
in all calls to ``rapids_cpm_init`` no matter the arguments. Any existing
``rapids_cpm_init(OVERRIDE` files will be ignored, and all other calls will be treated as if this file was specified
``rapids_cpm_init(OVERRIDE`` files will be ignored, and all other calls will be treated as if this file was specified
as the override.

.. versionadded:: v24.04.00
Expand Down
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/package_override.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ projects.

If the variable :cmake:variable:`RAPIDS_CMAKE_CPM_OVERRIDE_VERSION_FILE` is specified it will be used
in all calls to ``rapids_cpm_init`` no matter the arguments. Any existing
``rapids_cpm_init(OVERRIDE` files will be ignored, and all other calls will be treated as if this file was specified
``rapids_cpm_init(OVERRIDE`` files will be ignored, and all other calls will be treated as if this file was specified
as the override.

.. note::
Expand Down

0 comments on commit f91424f

Please sign in to comment.