Skip to content

Commit 20f414e

Browse files
committed
Update CMake examples to reflect latest release
1 parent db5531f commit 20f414e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ or [CPM](https://github.com/cpm-cmake/CPM.cmake) in a CMake project:
2525
FetchContent_Declare(
2626
libhat
2727
GIT_REPOSITORY https://github.com/BasedInc/libhat.git
28-
GIT_TAG v0.8.0
28+
GIT_TAG v0.9.0
2929
)
3030
FetchContent_MakeAvailable(libhat)
3131
3232
target_link_libraries(my_target libhat::libhat)
3333
```
3434

3535
```cmake
36-
CPMAddPackage("gh:BasedInc/libhat#v0.8.0")
36+
CPMAddPackage("gh:BasedInc/libhat#v0.9.0")
3737
3838
target_link_libraries(my_target libhat::libhat)
3939
```

0 commit comments

Comments
 (0)