fix(cmake): parse add_paimon_lib link arguments. - #9
Conversation
|
Thanks for fix! LGTM |
|
Could you remove the |
@zjw1111 Thanks for the suggestion! I have updated the title and removed the |
|
Reviewed the change. This fixes |
|
@zjw1111 @leaves12138 Thank you for reviewing the code. Would it be possible to accept this small improvement? |
leaves12138
left a comment
There was a problem hiding this comment.
LGTM. The patch correctly registers the existing link/install argument groups for add_paimon_lib and I do not see any blockers.

Purpose
Linked issue: close #8.
add_paimon_lib()uses several link-relatedARG_*variables internally, but the corresponding keywords were not declared incmake_parse_arguments().This change adds the missing argument names:
STATIC_INSTALL_INTERFACE_LIBSSHARED_INSTALL_INTERFACE_LIBSSHARED_PRIVATE_LINK_LIBSso these options are parsed correctly instead of leaking into preceding link argument lists.
Tests
API and Format
No.
Documentation
No.
Generative AI tooling