[
https://issues.apache.org/jira/browse/ARROW-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe L. Korn resolved ARROW-1218.
--------------------------------
Resolution: Fixed
Issue resolved by pull request 846
[https://github.com/apache/arrow/pull/846]
> 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
> Affects Versions: 0.4.1
> Reporter: Philipp Moritz
> Assignee: Philipp Moritz
> Priority: Minor
> Fix For: 0.5.0
>
>
> 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)