Skip to content

Commit 4e79eb3

Browse files
committed
Fixes cmake var
1 parent 0c212e9 commit 4e79eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/opentelemetry-proto.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ if(TARGET protobuf::libprotobuf)
210210
set(protobuf_lib_compile_features_cxx_std 17)
211211
message(
212212
STATUS
213-
"protobuf::libprotobuf $(Protobuf_VERSION) detected and we force set CXX_STANDARD to 17 for .pb.cc files."
213+
"protobuf::libprotobuf ${Protobuf_VERSION} detected and we force set CXX_STANDARD to 17 for .pb.cc files."
214214
)
215215
endif()
216216
endif()

0 commit comments

Comments
 (0)