Skip to content

Commit

Permalink
[BUILD] Do not set OTELCPP_PROTO_PATH in the CMake cache (open-teleme…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff authored Nov 24, 2024
1 parent fcdd526 commit c1ef416
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,6 @@ if(OTELCPP_VERSIONED_LIBS AND NOT BUILD_SHARED_LIBS)
message(FATAL_ERROR "OTELCPP_VERSIONED_LIBS=ON requires BUILD_SHARED_LIBS=ON")
endif()

set(OTELCPP_PROTO_PATH
""
CACHE PATH "Path to opentelemetry-proto")

if(WIN32)
option(WITH_ETW "Whether to include the ETW Exporter in the SDK" ON)
else()
Expand Down

0 comments on commit c1ef416

Please sign in to comment.