Skip to content

Commit

Permalink
Fix misspelling of rapids_cpm_init (#385)
Browse files Browse the repository at this point in the history
`rapids_cpm_init` is misspelled in the `README.md` file

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #385
  • Loading branch information
dagardner-nv authored Mar 8, 2023
1 parent 900b9e7 commit ba77fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The `rapids-cmake` module contains helpful general CMake functionality
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.

- `raipds_cpm_init()` handles initialization of the CPM module.
- `rapids_cpm_init()` handles initialization of the CPM module.
- `raipds_cpm_find(<project> name BUILD_EXPORT_SET <name> INSTALL_EXPORT_SET <name>)` Will search for a module and fall back to installing via CPM. Offers support to track dependencies for easy package exporting

### cuda
Expand Down

0 comments on commit ba77fe0

Please sign in to comment.