Skip to content

Commit dc3b717

Browse files
branch-4.0: [fix](cloud) Fix fdb lib install dir #59407 (#60290)
Cherry-picked from #59407 Co-authored-by: walter <maochuan@selectdb.com>
1 parent bd26a7c commit dc3b717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloud/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,5 +513,5 @@ foreach(version ${FDB_VERSIONS})
513513
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE
514514
GROUP_READ GROUP_WRITE GROUP_EXECUTE
515515
WORLD_READ WORLD_EXECUTE
516-
DESTINATION ${OUTPUT_DIR}/lib/fdb/${version}/libfdb_c.so)
516+
DESTINATION ${OUTPUT_DIR}/lib/fdb/${version})
517517
endforeach()

0 commit comments

Comments
 (0)