Merge pull request #23252 from tuttieee/fix/hello-world-example-cmake-message

Fix a message indicating the protobuf version CMakeLists.txt
pull/24334/head
Jan Tattermusch 4 years ago committed by GitHub
commit f444177a01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/cpp/helloworld/CMakeLists.txt

@ -101,7 +101,7 @@ else()
# Looks for protobuf-config.cmake file installed by Protobuf's cmake installation.
set(protobuf_MODULE_COMPATIBLE TRUE)
find_package(Protobuf CONFIG REQUIRED)
message(STATUS "Using protobuf ${protobuf_VERSION}")
message(STATUS "Using protobuf ${Protobuf_VERSION}")
set(_PROTOBUF_LIBPROTOBUF protobuf::libprotobuf)
set(_REFLECTION gRPC::grpc++_reflection)

Loading…
Cancel
Save