From c1ef416c54fb8572492ed9b86cf418eef1aac379 Mon Sep 17 00:00:00 2001 From: Marc Alff Date: Sun, 24 Nov 2024 20:39:35 +0100 Subject: [PATCH] [BUILD] Do not set OTELCPP_PROTO_PATH in the CMake cache (#3160) --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9e017eed2..177296d81c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()