Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 463391e

Browse files
authored
Update Hunter to get newest OpenTracing API (#62)
* Update Hunter to get newest OpenTracing API Signed-off-by: Isaac Hier <[email protected]> * Update HunterGate Signed-off-by: Isaac Hier <[email protected]>
1 parent 8d49317 commit 463391e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ set(CMAKE_TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/cmake/toolchain.cmake"
99
include(CMakeDependentOption)
1010
include(HunterGate)
1111
HunterGate(
12-
URL "https://github.com/ruslo/hunter/archive/v0.19.174.tar.gz"
13-
SHA1 "712898528fb6dc8532454e2e323404d93a76d8ec"
12+
URL "https://github.com/ruslo/hunter/archive/v0.20.18.tar.gz"
13+
SHA1 "c2614bc107a5172c167a5784f476b6fb39e314a9"
1414
LOCAL
1515
)
1616

cmake/HunterGate.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ include(CMakeParseArguments) # cmake_parse_arguments
5454

5555
option(HUNTER_STATUS_PRINT "Print working status" ON)
5656
option(HUNTER_STATUS_DEBUG "Print a lot info" OFF)
57+
option(HUNTER_TLS_VERIFY "Enable/disable TLS certificate checking on downloads" ON)
5758

5859
set(HUNTER_WIKI "https://github.com/ruslo/hunter/wiki")
5960

@@ -275,6 +276,8 @@ function(hunter_gate_download dir)
275276
" SHA1=${HUNTER_GATE_SHA1}\n"
276277
" DOWNLOAD_DIR\n"
277278
" \"${dir}\"\n"
279+
" TLS_VERIFY\n"
280+
" ${HUNTER_TLS_VERIFY}\n"
278281
" SOURCE_DIR\n"
279282
" \"${dir}/Unpacked\"\n"
280283
" CONFIGURE_COMMAND\n"

0 commit comments

Comments
 (0)