Yuri created ARROW-4608:
---------------------------
Summary: cmake script assumes that double-conversion installs
static libs, when it can install shared libs
Key: ARROW-4608
URL: https://issues.apache.org/jira/browse/ARROW-4608
Project: Apache Arrow
Issue Type: Bug
Reporter: Yuri
This line:
[https://github.com/apache/arrow/blob/master/cpp/cmake_modules/ThirdpartyToolchain.cmake#L580]
The {{double-conversion}} project can alternatively build shared libraries,
when {{BUILD_SHARED_LIBS=ON}} is used.
You should only use libraries that {{double-conversion}} cmake script provides,
which is in the {{double-conversion_LIBRARIES}} variable.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)