Skip to content

Commit 133ea47

Browse files
COM8github-actions[bot]
authored andcommitted
Update GIT_TAG on new release
1 parent 516cb3e commit 133ea47

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
@@ -93,7 +93,7 @@ Add the following to your `CMakeLists.txt`.
9393
```cmake
9494
include(FetchContent)
9595
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
96+
GIT_TAG 516cb3e5f4e38bede088f69fcf122c6089e38f00.12.0) # Replace with your desired git commit from: https://github.com/libcpr/cpr/releases
9797
FetchContent_MakeAvailable(cpr)
9898
```
9999

0 commit comments

Comments
 (0)