Skip to content

Commit 8c01d49

Browse files
committed
fix spelling
1 parent e2ed17f commit 8c01d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/thirdparty-dependency-config.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ set(OTEL_prometheus-cpp_SEARCH_MODE "CONFIG")
3737
set(OTEL_OpenTracing_SEARCH_MODE "CONFIG")
3838

3939
# The search mode is set to "CONFIG" for Protobuf versions >= 3.22.0
40-
# to find Protobuf's abseil depedency properly.
40+
# to find Protobuf's abseil dependency properly until the FindProtobuf module is updated support the upstream protobuf-config.cmake.
4141
# See https://gitlab.kitware.com/cmake/cmake/-/issues/24321
4242
if(DEFINED Protobuf_VERSION AND Protobuf_VERSION VERSION_GREATER_EQUAL 3.22.0)
4343
set(OTEL_Protobuf_SEARCH_MODE "CONFIG")

0 commit comments

Comments
 (0)