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 e2ed17f commit 8c01d49Copy full SHA for 8c01d49
cmake/thirdparty-dependency-config.cmake
@@ -37,7 +37,7 @@ set(OTEL_prometheus-cpp_SEARCH_MODE "CONFIG")
37
set(OTEL_OpenTracing_SEARCH_MODE "CONFIG")
38
39
# The search mode is set to "CONFIG" for Protobuf versions >= 3.22.0
40
-# to find Protobuf's abseil depedency properly.
+# to find Protobuf's abseil dependency properly until the FindProtobuf module is updated support the upstream protobuf-config.cmake.
41
# See https://gitlab.kitware.com/cmake/cmake/-/issues/24321
42
if(DEFINED Protobuf_VERSION AND Protobuf_VERSION VERSION_GREATER_EQUAL 3.22.0)
43
set(OTEL_Protobuf_SEARCH_MODE "CONFIG")
0 commit comments