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.
v0.10.0
1 parent 08c531d commit bb1e0d4Copy full SHA for bb1e0d4
1 file changed
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.9.0
+ GIT_TAG v0.10.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.9.0")
+CPMAddPackage("gh:BasedInc/libhat#v0.10.0")
37
38
39
0 commit comments