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 26e0ccd commit c10a79cCopy full SHA for c10a79c
README.md
@@ -14,7 +14,7 @@
14
```cmake
15
CPMFindPackage(
16
NAME lockpp
17
- VERSION 2.3
+ VERSION 2.6
18
GIT_REPOSITORY "https://github.com/Soundux/lockpp"
19
)
20
```
@@ -23,7 +23,7 @@
23
24
include(FetchContent)
25
26
- FetchContent_Declare(lockpp GIT_REPOSITORY "https://github.com/Soundux/lockpp" GIT_TAG v2.3)
+ FetchContent_Declare(lockpp GIT_REPOSITORY "https://github.com/Soundux/lockpp" GIT_TAG v2.6)
27
FetchContent_MakeAvailable(lockpp)
28
29
target_link_libraries(<target> lockpp)
0 commit comments