This is an automated email from the ASF dual-hosted git repository.

leaves12138 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 8bdf77f  fix(cmake): parse add_paimon_lib link arguments
8bdf77f is described below

commit 8bdf77f3c746f732730ec708909a87e1d2f867a2
Author: slfan1989 <[email protected]>
AuthorDate: Mon May 25 15:33:26 2026 +0800

    fix(cmake): parse add_paimon_lib link arguments
---
 cmake_modules/BuildUtils.cmake | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cmake_modules/BuildUtils.cmake b/cmake_modules/BuildUtils.cmake
index 0bc75b6..fa83b07 100644
--- a/cmake_modules/BuildUtils.cmake
+++ b/cmake_modules/BuildUtils.cmake
@@ -24,7 +24,10 @@ function(add_paimon_lib LIB_NAME)
     set(multi_value_args
         SOURCES
         STATIC_LINK_LIBS
+        STATIC_INSTALL_INTERFACE_LIBS
         SHARED_LINK_LIBS
+        SHARED_INSTALL_INTERFACE_LIBS
+        SHARED_PRIVATE_LINK_LIBS
         EXTRA_INCLUDES
         PRIVATE_INCLUDES
         DEPENDENCIES)

Reply via email to