Fix protobuf version in the example (#8509)

The version variable should be `protobuf_VERSION` in `CMakeLists.txt`.
pull/8519/head
Jiamin Shen 4 years ago committed by GitHub
parent bc45f92262
commit 0fd835893f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/CMakeLists.txt

@ -8,7 +8,7 @@ project(protobuf-examples)
find_package(protobuf CONFIG REQUIRED)
if(protobuf_VERBOSE)
message(STATUS "Using Protocol Buffers ${Protobuf_VERSION}")
message(STATUS "Using Protocol Buffers ${protobuf_VERSION}")
endif()
set(CMAKE_INCLUDE_CURRENT_DIR TRUE)

Loading…
Cancel
Save