We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3dc53 commit 4300b34Copy full SHA for 4300b34
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 dec9422db3af470641f8b0d90e4b451c4daebf64) # Replace with your desired git commit from: https://github.com/libcpr/cpr/releases
+ GIT_TAG dd967cb48ea6bcbad9f1da5ada0db8ac0d532c06) # Replace with your desired git commit from: https://github.com/libcpr/cpr/releases
97
FetchContent_MakeAvailable(cpr)
98
```
99
0 commit comments