We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c212e9 commit 4e79eb3Copy full SHA for 4e79eb3
cmake/opentelemetry-proto.cmake
@@ -210,7 +210,7 @@ if(TARGET protobuf::libprotobuf)
210
set(protobuf_lib_compile_features_cxx_std 17)
211
message(
212
STATUS
213
- "protobuf::libprotobuf $(Protobuf_VERSION) detected and we force set CXX_STANDARD to 17 for .pb.cc files."
+ "protobuf::libprotobuf ${Protobuf_VERSION} detected and we force set CXX_STANDARD to 17 for .pb.cc files."
214
)
215
endif()
216
0 commit comments