mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Fix protobuf version in the example (#8509)
The version variable should be `protobuf_VERSION` in `CMakeLists.txt`.
This commit is contained in:
parent
bc45f92262
commit
0fd835893f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue