Skip to content

Commit

Permalink
Added a comment with a commit tag tip to readme
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Sauter <[email protected]>
  • Loading branch information
andev0 and COM8 authored Dec 16, 2023
1 parent 132a46b commit dcfaf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Add the following to your `CMakeLists.txt`.
```cmake
include(FetchContent)
FetchContent_Declare(cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git
GIT_TAG 3b15fa82ea74739b574d705fea44959b58142eb8)
GIT_TAG 3b15fa82ea74739b574d705fea44959b58142eb8) # Replace with your desired git commit from: https://github.com/libcpr/cpr/releases
FetchContent_MakeAvailable(cpr)
```

Expand Down

0 comments on commit dcfaf05

Please sign in to comment.