diff --git a/README.md b/README.md index fb1b7e91..beddec99 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,10 @@ The `rapids-cmake` module contains helpful general CMake functionality ### cpm The `rapids-cpm` module contains CPM functionality to allow projects to acquire dependencies consistently. -For consistentcy All targets brought in via `rapids-cpm` are GLOBAL targets. +For consistency, all targets brought in via `rapids-cpm` are GLOBAL targets. - `rapids_cpm_init()` handles initialization of the CPM module. -- `raipds_cpm_find( name BUILD_EXPORT_SET INSTALL_EXPORT_SET )` Will search for a module and fall back to installing via CPM. Offers support to track dependencies for easy package exporting +- `rapids_cpm_find( name BUILD_EXPORT_SET INSTALL_EXPORT_SET )` Will search for a module and fall back to installing via CPM. Offers support to track dependencies for easy package exporting ### cuda