slfan1989 opened a new pull request, #9: URL: https://github.com/apache/paimon-cpp/pull/9
### Purpose Linked issue: close #8. `add_paimon_lib()` uses several link-related `ARG_*` variables internally, but the corresponding keywords were not declared in `cmake_parse_arguments()`. This change adds the missing argument names: - `STATIC_INSTALL_INTERFACE_LIBS` - `SHARED_INSTALL_INTERFACE_LIBS` - `SHARED_PRIVATE_LINK_LIBS` so these options are parsed correctly instead of leaking into preceding link argument lists. ### Tests <!-- List UT and IT cases to verify this change --> ### API and Format No. ### Documentation No. ### Generative AI tooling <!-- If generative AI tooling has been used in the process of authoring this patch, please include the phrase: 'Generated-by: ' followed by the name of the tool and its version. If no, write 'No'. Please refer to the [ASF Generative Tooling Guidance](https://www.apache.org/legal/generative-tooling.html) for details. --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
