Skip to content

Commit 0687f4a

Browse files
authored
update example in readme to use version 1.2.5 (#15)
1 parent a90b68a commit 0687f4a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ Add the following lines to the project's `CMakeLists.txt` after calling `project
3232
```CMake
3333
include(cmake/CPM.cmake)
3434
35-
CPMAddPackage(
36-
NAME Ccache.cmake
37-
GITHUB_REPOSITORY TheLartians/Ccache.cmake
38-
VERSION 1.2
39-
)
35+
CPMAddPackage("gh:TheLartians/Ccache.cmake@1.2.5")
4036
```
4137

4238
### Using git submodules (not suited for libraries)

0 commit comments

Comments
 (0)