Skip to content

cmake script assumes that double-conversion installs static libs, when it can install shared libs #3672

@yurivict

Description

@yurivict

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions