mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-16 14:17:37 -05:00
Update for new repo name (old URLs are still valid) (#89)
* Update for new repo name (old URL is still valid) * Update README.md
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
# Setup-free CMake dependency management
|
||||
|
||||
CPM is a CMake script that adds dependency management capabilities to CMake.
|
||||
CPM.cmake is a CMake script that adds dependency management capabilities to CMake.
|
||||
It's built as a wrapper around CMake's [FetchContent](https://cmake.org/cmake/help/latest/module/FetchContent.html) module that adds version control, caching and a simple API.
|
||||
|
||||
## Manage everything
|
||||
@@ -73,7 +73,7 @@ To add CPM to your current project, simply add `cmake/CPM.cmake` to your project
|
||||
|
||||
```bash
|
||||
mkdir -p cmake
|
||||
wget -O cmake/CPM.cmake https://raw.githubusercontent.com/TheLartians/CPM/master/cmake/CPM.cmake
|
||||
wget -O cmake/CPM.cmake https://raw.githubusercontent.com/TheLartians/CPM.cmake/master/cmake/CPM.cmake
|
||||
```
|
||||
|
||||
You can also use CMake to download CPM for you. See the [wiki](https://github.com/TheLartians/CPM/wiki/Adding-CPM) for more details.
|
||||
|
||||
Reference in New Issue
Block a user