Merge topic 'FindProtobuf-fix-case'

2908103d FindProtobuf: Set Protobuf_FOUND in addition to PROTOBUF_FOUND
This commit is contained in:
Brad King 2015-12-14 10:00:05 -05:00 committed by CMake Topic Stage
commit 22ccae1d68
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ mark_as_advanced(PROTOBUF_PROTOC_EXECUTABLE)
include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(PROTOBUF DEFAULT_MSG
FIND_PACKAGE_HANDLE_STANDARD_ARGS(Protobuf DEFAULT_MSG
PROTOBUF_LIBRARY PROTOBUF_INCLUDE_DIR)
if(PROTOBUF_FOUND)