You've already forked mariadb-columnstore-engine
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:
@ -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
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user