slfan1989 opened a new issue, #8:
URL: https://github.com/apache/paimon-cpp/issues/8

   ### 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.


-- 
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]

Reply via email to