[
https://issues.apache.org/jira/browse/ARROW-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17658250#comment-17658250
]
Rok Mihevc commented on ARROW-1218:
-----------------------------------
This issue has been migrated to [issue
#17021|https://github.com/apache/arrow/issues/17021] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> 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
> Components: C++
> 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
(v8.20.10#820010)