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 db5531f commit 20f414eCopy full SHA for 20f414e
README.md
@@ -25,15 +25,15 @@ or [CPM](https://github.com/cpm-cmake/CPM.cmake) in a CMake project:
25
FetchContent_Declare(
26
libhat
27
GIT_REPOSITORY https://github.com/BasedInc/libhat.git
28
- GIT_TAG v0.8.0
+ GIT_TAG v0.9.0
29
)
30
FetchContent_MakeAvailable(libhat)
31
32
target_link_libraries(my_target libhat::libhat)
33
```
34
35
```cmake
36
-CPMAddPackage("gh:BasedInc/libhat#v0.8.0")
+CPMAddPackage("gh:BasedInc/libhat#v0.9.0")
37
38
39
0 commit comments