Commits


David Li authored and Antoine Pitrou committed 330396a08d1
ARROW-10286: [C++][FlightRPC] Make CMake output less confusing - Check `DEFINED` to avoid re-running the check on every CMake invocation - Log compiler output at DEBUG level to avoid dumping it by default - Use CMAKE_MESSAGE_INDENT to make it clearer that this is the output of a subcommand Closes #8442 from lidavidm/arrow-10286 Authored-by: David Li <li.davidm96@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>