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

Commit 75191fc

Browse files
authored
Fix name of OpenTracing package in CMake config (#103)
Signed-off-by: Isaac Hier <[email protected]>
1 parent 992b43e commit 75191fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ hunter_add_package(opentracing-cpp)
5656
# OpenTracingConfig.cmake file
5757
find_package(OpenTracing CONFIG REQUIRED)
5858
list(APPEND LIBS OpenTracing::opentracing-static)
59-
list(APPEND package_deps opentracing-cpp)
59+
list(APPEND package_deps OpenTracing)
6060

6161
hunter_add_package(nlohmann_json)
6262
find_package(nlohmann_json CONFIG REQUIRED)

0 commit comments

Comments
 (0)