Commits


Sutou Kouhei authored and GitHub committed b3116fa37eb
ARROW-17348: [C++] Add support for building bundled LZ4 with Visual C++ 2019 or later (#13817) LZ4 provides CMake configuration. We can add support for building bundled LZ4 with Visual C++ 2019 or later by using it. But this needs CMake 3.7 or later because ExternaProject_Add(SOURCE_SUBDIR) is supported since CMake 3.7. Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>