We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c492b4f commit 53e2d28Copy full SHA for 53e2d28
README.md
@@ -94,7 +94,7 @@ Add the following to your `CMakeLists.txt`.
94
```cmake
95
include(FetchContent)
96
FetchContent_Declare(cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git
97
- GIT_TAG 99f140d222152fa7332b0ae433ad899086ece3fd.12.0) # Replace with your desired git commit from: https://github.com/libcpr/cpr/releases
+ GIT_TAG c492b4fed1fd7288eacec6fe8d89e37df78d373a.12.0) # Replace with your desired git commit from: https://github.com/libcpr/cpr/releases
98
FetchContent_MakeAvailable(cpr)
99
```
100
0 commit comments