Skip to content

Commit c1ef416

Browse files
authored
[BUILD] Do not set OTELCPP_PROTO_PATH in the CMake cache (open-telemetry#3160)
1 parent fcdd526 commit c1ef416

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,6 @@ if(OTELCPP_VERSIONED_LIBS AND NOT BUILD_SHARED_LIBS)
260260
message(FATAL_ERROR "OTELCPP_VERSIONED_LIBS=ON requires BUILD_SHARED_LIBS=ON")
261261
endif()
262262

263-
set(OTELCPP_PROTO_PATH
264-
""
265-
CACHE PATH "Path to opentelemetry-proto")
266-
267263
if(WIN32)
268264
option(WITH_ETW "Whether to include the ETW Exporter in the SDK" ON)
269265
else()

0 commit comments

Comments
 (0)