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 516cb3e commit 133ea47Copy full SHA for 133ea47
README.md
@@ -93,7 +93,7 @@ Add the following to your `CMakeLists.txt`.
93
```cmake
94
include(FetchContent)
95
FetchContent_Declare(cpr GIT_REPOSITORY https://github.com/libcpr/cpr.git
96
- GIT_TAG da40186618909b1a7363d4e4495aa899c6e0eb75.12.0) # Replace with your desired git commit from: https://github.com/libcpr/cpr/releases
+ GIT_TAG 516cb3e5f4e38bede088f69fcf122c6089e38f00.12.0) # Replace with your desired git commit from: https://github.com/libcpr/cpr/releases
97
FetchContent_MakeAvailable(cpr)
98
```
99
0 commit comments