1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

Bring in the fixes to make S3 lib work with google cloud storage.

This commit is contained in:
Patrick LeBlanc
2019-08-20 15:52:40 -05:00
parent 489c09c4dc
commit d36d8b6831
2 changed files with 3 additions and 3 deletions

View File

@ -113,8 +113,8 @@ install(TARGETS StorageManager smcat smput smls smrm storagemanager
install(FILES
${CMAKE_BINARY_DIR}/lib/libmarias3.so
${CMAKE_BINARY_DIR}/lib/libmarias3.so.2
${CMAKE_BINARY_DIR}/lib/libmarias3.so.2.1.0
${CMAKE_BINARY_DIR}/lib/libmarias3.so.3
${CMAKE_BINARY_DIR}/lib/libmarias3.so.3.1.2
DESTINATION ${INSTALL_ENGINE}/lib
COMPONENT platform
)