You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2022/08/10 01:57:00 UTC

[jira] [Created] (ARROW-17367) [C++] Fix the LZ4's CMake target name

Kouhei Sutou created ARROW-17367:
------------------------------------

             Summary: [C++] Fix the LZ4's CMake target name
                 Key: ARROW-17367
                 URL: https://issues.apache.org/jira/browse/ARROW-17367
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Kouhei Sutou
            Assignee: Kouhei Sutou


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



--
This message was sent by Atlassian Jira
(v8.20.10#820010)