Skip to content

Commit 4673bde

Browse files
COM8github-actions[bot]
authored andcommitted
Update GIT_TAG on new release
1 parent 99f140d commit 4673bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Add the following to your `CMakeLists.txt`.
9494
```cmake
9595
include(FetchContent)
9696
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
97+
GIT_TAG 99f140d222152fa7332b0ae433ad899086ece3fd.12.0) # Replace with your desired git commit from: https://github.com/libcpr/cpr/releases
9898
FetchContent_MakeAvailable(cpr)
9999
```
100100

0 commit comments

Comments
 (0)