Skip to content

Commit

Permalink
[Geneva] Remove curl dependence for Geneva exporter on Linux (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Jan 30, 2024
1 parent bf3e383 commit d3ccb2a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions exporters/geneva/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ if(OTELCPP_VERSIONED_LIBS AND NOT BUILD_SHARED_LIBS)
message(FATAL_ERROR "OTELCPP_VERSIONED_LIBS=ON requires BUILD_SHARED_LIBS=ON")
endif()


if(NOT WIN32)
find_package(CURL REQUIRED)
endif()

add_definitions(-DHAVE_CONSOLE_LOG)
if(MAIN_PROJECT)
find_package(opentelemetry-cpp REQUIRED)
Expand Down

0 comments on commit d3ccb2a

Please sign in to comment.