Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,12 @@
hunter_config(
soralog
VERSION 0.2.5
URL https://github.com/qdrvm/soralog/archive/refs/tags/v0.2.5.tar.gz
SHA1 1dafdb9e1921b4069f9e1dad0d0acfae24166bd2
KEEP_PACKAGE_SOURCES
)

hunter_config(
ZLIB
VERSION 1.3.0-p0
URL https://github.com/cpp-pm/zlib/archive/refs/tags/v1.3.0-p0.tar.gz
SHA1 311ca59e20cbbfe9d9e05196c12c6ae109093987
)

hunter_config(
qtils
VERSION 0.1.0
URL https://github.com/qdrvm/qtils/archive/refs/tags/v0.1.0.tar.gz
SHA1 acc28902af7dc5d74ac33d486ad2261906716f5e
VERSION 0.1.1
CMAKE_ARGS
FORMAT_ERROR_WITH_FULLTYPE=ON
KEEP_PACKAGE_SOURCES
Expand Down
4 changes: 2 additions & 2 deletions cmake/Hunter/init.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set(
include(${CMAKE_CURRENT_LIST_DIR}/HunterGate.cmake)

HunterGate(
URL https://github.com/qdrvm/hunter/archive/refs/tags/v0.25.3-qdrvm28.tar.gz
SHA1 a4f1b0f42464e07790b7f90b783a822d71be6c6d
URL https://github.com/qdrvm/hunter/archive/refs/tags/v0.25.3-qdrvm36.tar.gz
SHA1 15ca50249cd99e107cb06dc5978fe71118d79a43
LOCAL
)
Loading