apache/arrow
cpp/cmake_modules/FindProtobufAlt.cmake
:31
find_package(protobuf CONFIG ${find_package_args})
find_package(protobuf CONFIG ${find_package_args})
find_package(protobuf CONFIG REQUIRED)
# sub_directory cannot be used because the find_package(protobuf) call would cause failures with redefined targets.
find_package(protobuf CONFIG REQUIRED)
find_package(protobuf ${WrapProtoc_FIND_VERSION} NAMES protobuf Protobuf ${__WrapProtoc_find_package_args})
find_package(protobuf)