1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Fix library and storage manager install paths

This commit is contained in:
Andrew Hutchings
2019-11-13 20:59:04 +00:00
parent 6571cafb4f
commit b9708530e2
2 changed files with 3 additions and 3 deletions

View File

@ -124,12 +124,12 @@ target_link_libraries(smrm storagemanager cloudio
)
install(TARGETS storagemanager
LIBRARY DESTINATION ${INSTALL_ENGINE}/lib
LIBRARY DESTINATION ${ENGINE_LIBDIR}
COMPONENT platform
)
install(TARGETS StorageManager smcat smput smls smrm
RUNTIME DESTINATION ${INSTALL_ENGINE}/bin
RUNTIME DESTINATION ${ENGINE_BINDIR}
COMPONENT platform
)