Skip to content

Commit

Permalink
restore opentracing link dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoffredo committed Mar 30, 2022
1 parent 5e0a0ec commit ef477f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ endif()
if(BUILD_COVERAGE)
set(COVERAGE_LIBRARIES gcov)
endif()
set(DATADOG_LINK_LIBRARIES ${CURL_LIBRARIES} Threads::Threads ${COVERAGE_LIBRARIES})
set(DATADOG_LINK_LIBRARIES ${OPENTRACING_LIB} ${CURL_LIBRARIES} Threads::Threads ${COVERAGE_LIBRARIES})

## Shared lib
if(BUILD_SHARED)
Expand Down

0 comments on commit ef477f2

Please sign in to comment.