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

Commit 3b8fdfc

Browse files
authored
Update Hunter to get newest OpenTracing C++ v1.4.0 (#97)
* Update Hunter to get newest OpenTracing C++ v1.4.0 Signed-off-by: Isaac Hier <[email protected]> * Fix DynamicallyLoadTracerTest linking Signed-off-by: Isaac Hier <[email protected]>
1 parent bf18cce commit 3b8fdfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ set(HUNTER_CONFIGURATION_TYPES "Release;Debug" CACHE STRING
1212
include(CMakeDependentOption)
1313
include(HunterGate)
1414
HunterGate(
15-
URL "https://github.com/ruslo/hunter/archive/v0.20.62.tar.gz"
16-
SHA1 "10ffae63cf7b07193d6d7b459c1d0cfa242fad5b"
15+
URL "https://github.com/ruslo/hunter/archive/v0.20.70.tar.gz"
16+
SHA1 "95fb7d11f0828746e2983b5f06ff7981a676da3f"
1717
)
1818

1919
project(jaegertracing VERSION 0.4.0)
@@ -289,7 +289,7 @@ if(BUILD_TESTING)
289289
target_include_directories(DynamicallyLoadTracerTest PUBLIC
290290
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/src>)
291291
target_link_libraries(
292-
DynamicallyLoadTracerTest OpenTracing::opentracing-static)
292+
DynamicallyLoadTracerTest OpenTracing::opentracing-static GTest::main)
293293
add_test(NAME DynamicallyLoadTracerTest
294294
COMMAND DynamicallyLoadTracerTest $<TARGET_FILE:jaegertracing>)
295295
if(JAEGERTRACING_COVERAGE)

0 commit comments

Comments
 (0)