You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Philipp Moritz (JIRA)" <ji...@apache.org> on 2017/07/15 16:41:00 UTC

[jira] [Created] (ARROW-1218) Arrow doesn't compile if all compression libraries are deactivated

Philipp Moritz created ARROW-1218:
-------------------------------------

             Summary: Arrow doesn't compile if all compression libraries are deactivated
                 Key: ARROW-1218
                 URL: https://issues.apache.org/jira/browse/ARROW-1218
             Project: Apache Arrow
          Issue Type: Bug
            Reporter: Philipp Moritz
            Priority: Minor


This happens if "-DARROW_WITH_BROTLI=off -DARROW_WITH_LZ4=off -DARROW_WITH_SNAPPY=off -DARROW_WITH_ZLIB=off -DARROW_WITH_ZSTD=off" are all specified.

It is a simple bug in the CMakesLists.txt, the error message is

{code}
CMake Error at CMakeLists.txt:587 (add_dependencies):
  add_dependencies called with incorrect number of arguments
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)