You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +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
|
install(TARGETS storagemanager
|
||||||
LIBRARY DESTINATION ${INSTALL_ENGINE}/lib
|
LIBRARY DESTINATION ${ENGINE_LIBDIR}
|
||||||
COMPONENT platform
|
COMPONENT platform
|
||||||
)
|
)
|
||||||
|
|
||||||
install(TARGETS StorageManager smcat smput smls smrm
|
install(TARGETS StorageManager smcat smput smls smrm
|
||||||
RUNTIME DESTINATION ${INSTALL_ENGINE}/bin
|
RUNTIME DESTINATION ${ENGINE_BINDIR}
|
||||||
COMPONENT platform
|
COMPONENT platform
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -31,6 +31,6 @@ install(PROGRAMS
|
|||||||
${CMAKE_BINARY_DIR}/lib/libmarias3.so.3.1.2
|
${CMAKE_BINARY_DIR}/lib/libmarias3.so.3.1.2
|
||||||
${CMAKE_BINARY_DIR}/lib/libmarias3.so.3
|
${CMAKE_BINARY_DIR}/lib/libmarias3.so.3
|
||||||
${CMAKE_BINARY_DIR}/lib/libmarias3.so
|
${CMAKE_BINARY_DIR}/lib/libmarias3.so
|
||||||
DESTINATION ${INSTALL_ENGINE}/lib
|
DESTINATION ${ENGINE_LIBDIR}
|
||||||
COMPONENT platform
|
COMPONENT platform
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user