You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
Don't install files w/o the target.
This commit is contained in:
@@ -55,17 +55,19 @@ else ()
|
|||||||
add_custom_target(columnstore DEPENDS ha_columnstore)
|
add_custom_target(columnstore DEPENDS ha_columnstore)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
install(FILES syscatalog_mysql.sql
|
if (TARGET columnstore)
|
||||||
dumpcat_mysql.sql
|
install(FILES syscatalog_mysql.sql
|
||||||
calsetuserpriority.sql
|
dumpcat_mysql.sql
|
||||||
calremoveuserpriority.sql
|
calsetuserpriority.sql
|
||||||
calshowprocesslist.sql
|
calremoveuserpriority.sql
|
||||||
columnstore_info.sql
|
calshowprocesslist.sql
|
||||||
DESTINATION ${ENGINE_SUPPORTDIR} COMPONENT columnstore-engine)
|
columnstore_info.sql
|
||||||
install(PROGRAMS install_mcs_mysql.sh
|
DESTINATION ${ENGINE_SUPPORTDIR} COMPONENT columnstore-engine)
|
||||||
DESTINATION ${ENGINE_SBINDIR} COMPONENT columnstore-engine)
|
install(PROGRAMS install_mcs_mysql.sh
|
||||||
|
DESTINATION ${ENGINE_SBINDIR} COMPONENT columnstore-engine)
|
||||||
|
|
||||||
install(FILES columnstore.cnf
|
install(FILES columnstore.cnf
|
||||||
DESTINATION ${MARIADB_MYCNFDIR} COMPONENT columnstore-engine)
|
DESTINATION ${MARIADB_MYCNFDIR} COMPONENT columnstore-engine)
|
||||||
install(FILES x-columnstore.cnf
|
install(FILES x-columnstore.cnf
|
||||||
DESTINATION ${MARIADB_MYCNFDIR} COMPONENT columnstore-engine)
|
DESTINATION ${MARIADB_MYCNFDIR} COMPONENT columnstore-engine)
|
||||||
|
endif()
|
||||||
|
Reference in New Issue
Block a user