[Bug] add_paimon_lib does not parse several link-related arguments · Issue #8 · apache/paimon-cpp · GitHub
Skip to content

[Bug] add_paimon_lib does not parse several link-related arguments #8

Description

@slfan1989

What doesn't meet your expectations?

add_paimon_lib already references these ARG_* variables internally, so callers should be able to pass the corresponding keywords safely.

Currently, the unparsed/misparsed keywords may leak into target link libraries. For example, SHARED_PRIVATE_LINK_LIBS, SHARED_INSTALL_INTERFACE_LIBS, and STATIC_INSTALL_INTERFACE_LIBS can become part of the generated target link interface instead of being handled as separate arguments.

This can make future add_paimon_lib call sites behave unexpectedly once shared/private/install-interface link arguments are used.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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