mirror of
https://github.com/cpm-cmake/CPM.cmake.git
synced 2025-11-17 06:37:43 -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
|
# 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.
|
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
|
## Manage everything
|
||||||
@@ -73,7 +73,7 @@ To add CPM to your current project, simply add `cmake/CPM.cmake` to your project
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir -p cmake
|
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.
|
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