Commits


Anthony Louis authored and Sutou Kouhei committed 30f52a202d0
ARROW-13002: [C++] Add a check for the utf8proc's version in CMake It adds a function in CMake to retrieve the used version of the `utf8proc` library and sets a required version to be used by CMake. The PR complements the [10468](https://github.com/apache/arrow/pull/10468) one, that fixed the bug related to broken builds in Ubuntu 18.04 Closes #10477 from anthonylouisbsb/feature/add-check-for-utf8proc Authored-by: Anthony Louis <anthony@simbioseventures.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>