zanmato1984 opened a new issue, #40751:
URL: https://github.com/apache/arrow/issues/40751
### Describe the bug, including details regarding any error messages,
version, and platform.
I'm building arrow cpp using CMake preset `ninja-debug`, with system
provided protobuf:
`cmake ../arrow/cpp --preset=ninja-debug`
And got error message:
```
CMake Error at cmake_modules/ThirdpartyToolchain.cmake:1823 (message):
ARROW_WITH_PROTOBUF must be propagated in the build tooling installation.
Please extend the mappings of ARROW_PROTOBUF_ARROW_CMAKE_PACKAGE_NAME and
ARROW_PROTOBUF_ARROW_PC_PACKAGE_NAME for newly introduced dependencies on
protobuf.
Call Stack (most recent call first):
CMakeLists.txt:543 (include)
```
### Component(s)
C++
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]