We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdd526 commit c1ef416Copy full SHA for c1ef416
CMakeLists.txt
@@ -260,10 +260,6 @@ if(OTELCPP_VERSIONED_LIBS AND NOT BUILD_SHARED_LIBS)
260
message(FATAL_ERROR "OTELCPP_VERSIONED_LIBS=ON requires BUILD_SHARED_LIBS=ON")
261
endif()
262
263
-set(OTELCPP_PROTO_PATH
264
- ""
265
- CACHE PATH "Path to opentelemetry-proto")
266
-
267
if(WIN32)
268
option(WITH_ETW "Whether to include the ETW Exporter in the SDK" ON)
269
else()
0 commit comments