Skip to content

[C++] cmake script assumes that double-conversion installs static libs #21148

@asfimport

Description

@asfimport

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.

Reporter: Yuri / @yurivict
Assignee: Uwe Korn / @xhochy

Related issues:

Externally tracked issue: #3672

Note: This issue was originally created as ARROW-4608. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions