We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7954bea commit 27f4eadCopy full SHA for 27f4ead
1 file changed
README.md
@@ -13,11 +13,7 @@ Also the [CPM.cmake](https://github.com/TheLartians/CPM.cmake) script should be
13
See [here](https://github.com/TheLartians/ModernCppStarter/blob/master/CMakeLists.txt) for an example usage.
14
15
```cmake
16
-CPMAddPackage(
17
- NAME PackageProject.cmake
18
- GITHUB_REPOSITORY TheLartians/PackageProject.cmake
19
- VERSION 1.5.1
20
-)
+CPMAddPackage("gh:TheLartians/PackageProject.cmake@1.5.1")
21
22
packageProject(
23
# the name of the target to export
0 commit comments