Skip to content

Commit

Permalink
qtils 0.0.3 (#137)
Browse files Browse the repository at this point in the history
Signed-off-by: turuslan <[email protected]>
  • Loading branch information
turuslan authored May 29, 2024
1 parent 03b140c commit 8746de3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ hunter_default_version(pthread-stubs VERSION 0.4)
hunter_default_version(pugixml VERSION 1.8.1)
hunter_default_version(pybind11 VERSION 2.2.4)
hunter_default_version(qhull VERSION 7.2.0-p1)
hunter_default_version(qtils VERSION 0.0.2)
hunter_default_version(qtils VERSION 0.0.3)
hunter_default_version(quickjs VERSION 2019-07-21-p0)
hunter_default_version(rabbitmq-c VERSION 0.10.0)
hunter_default_version(rabit VERSION 0.0.0-p2)
Expand Down
7 changes: 7 additions & 0 deletions cmake/projects/qtils/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ hunter_add_version(
SHA1 cf06ed101bcfccc87a2c1fae8d0dab7d76ee0f41
)

hunter_add_version(
PACKAGE_NAME qtils
VERSION 0.0.3
URL https://github.com/qdrvm/qtils/archive/refs/tags/v0.0.3.zip
SHA1 6554da456edce62ffe413aeaf836ad3a6753369b
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)

hunter_cacheable(qtils)
Expand Down

0 comments on commit 8746de3

Please sign in to comment.