Skip to content

Commit 53e2d28

Browse files
COM8github-actions[bot]
authored andcommitted
Update GIT_TAG on new release
1 parent c492b4f commit 53e2d28

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 99f140d222152fa7332b0ae433ad899086ece3fd.12.0) # Replace with your desired git commit from: https://github.com/libcpr/cpr/releases
97+
GIT_TAG c492b4fed1fd7288eacec6fe8d89e37df78d373a.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)