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 99f140d commit 4673bdeCopy full SHA for 4673bde
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 516cb3e5f4e38bede088f69fcf122c6089e38f00.12.0) # Replace with your desired git commit from: https://github.com/libcpr/cpr/releases
+ GIT_TAG 99f140d222152fa7332b0ae433ad899086ece3fd.12.0) # Replace with your desired git commit from: https://github.com/libcpr/cpr/releases
98
FetchContent_MakeAvailable(cpr)
99
```
100
0 commit comments