Commits


Sutou Kouhei authored and GitHub committed d11a55377bf
ARROW-17367: [C++] Fix the LZ4's CMake target name (#13831) I changed the LZ4's CMake target name to lz4::lz4 from LZ4::lz4 by ARROW-16614 because I thought that the official LZ4's CMake package uses lz4::lz4 not LZ4::lz4. But I was wrong. The official LZ4's CMake package uses LZ4::lz4 not lz4::lz4: https://github.com/lz4/lz4/commit/f9378137ed306ea71d1d9cd60e1acf7b8e57f0df Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>