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

yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new dc3b7178bbe branch-4.0: [fix](cloud) Fix fdb lib install dir #59407 
(#60290)
dc3b7178bbe is described below

commit dc3b7178bbed9dfe3cba076d27c811d44fc9287e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 29 09:42:24 2026 +0800

    branch-4.0: [fix](cloud) Fix fdb lib install dir #59407 (#60290)
    
    Cherry-picked from #59407
    
    Co-authored-by: walter <[email protected]>
---
 cloud/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloud/CMakeLists.txt b/cloud/CMakeLists.txt
index 1c3591610c8..fe7062e3fcc 100644
--- a/cloud/CMakeLists.txt
+++ b/cloud/CMakeLists.txt
@@ -513,5 +513,5 @@ foreach(version ${FDB_VERSIONS})
         PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
         GROUP_READ GROUP_WRITE GROUP_EXECUTE
         WORLD_READ WORLD_EXECUTE
-        DESTINATION ${OUTPUT_DIR}/lib/fdb/${version}/libfdb_c.so)
+        DESTINATION ${OUTPUT_DIR}/lib/fdb/${version})
 endforeach()


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to