Skip to content

Commit 1c03339

Browse files
authored
Hunter deps cleanup (#307)
* Use fork of ZLIB when compile on MAC * Remove unnecessary CMAKE_ARGS for ZLIB configuration * Try build with hunter where default zlib is updated * Update qtils version to 0.1.1 and update HunterGate URL and SHA1 * Update HunterGate URL * Update HunterGate URL * Update HunterGate URL
1 parent 9b98a1d commit 1c03339

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

cmake/Hunter/config.cmake

+1-12
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,12 @@
1818
hunter_config(
1919
soralog
2020
VERSION 0.2.5
21-
URL https://github.com/qdrvm/soralog/archive/refs/tags/v0.2.5.tar.gz
22-
SHA1 1dafdb9e1921b4069f9e1dad0d0acfae24166bd2
2321
KEEP_PACKAGE_SOURCES
2422
)
2523

26-
hunter_config(
27-
ZLIB
28-
VERSION 1.3.0-p0
29-
URL https://github.com/cpp-pm/zlib/archive/refs/tags/v1.3.0-p0.tar.gz
30-
SHA1 311ca59e20cbbfe9d9e05196c12c6ae109093987
31-
)
32-
3324
hunter_config(
3425
qtils
35-
VERSION 0.1.0
36-
URL https://github.com/qdrvm/qtils/archive/refs/tags/v0.1.0.tar.gz
37-
SHA1 acc28902af7dc5d74ac33d486ad2261906716f5e
26+
VERSION 0.1.1
3827
CMAKE_ARGS
3928
FORMAT_ERROR_WITH_FULLTYPE=ON
4029
KEEP_PACKAGE_SOURCES

cmake/Hunter/init.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ set(
3131
include(${CMAKE_CURRENT_LIST_DIR}/HunterGate.cmake)
3232

3333
HunterGate(
34-
URL https://github.com/qdrvm/hunter/archive/refs/tags/v0.25.3-qdrvm28.tar.gz
35-
SHA1 a4f1b0f42464e07790b7f90b783a822d71be6c6d
34+
URL https://github.com/qdrvm/hunter/archive/refs/tags/v0.25.3-qdrvm36.tar.gz
35+
SHA1 15ca50249cd99e107cb06dc5978fe71118d79a43
3636
LOCAL
3737
)

0 commit comments

Comments
 (0)