This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 36f1a211986 [fix](cloud) Fix fdb lib install dir (#59407)
36f1a211986 is described below
commit 36f1a2119868c4afa08ae3d1678040eb7ccab92d
Author: walter <[email protected]>
AuthorDate: Mon Dec 29 10:45:10 2025 +0800
[fix](cloud) Fix fdb lib install dir (#59407)
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #59360
---
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]