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:
Lars Melchior
2019-10-18 11:53:36 +02:00
committed by GitHub
parent 7638be873a
commit a2800dc96c

View File

@@ -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.