You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
Don't install files w/o the target.
This commit is contained in:
@@ -55,6 +55,7 @@ else ()
|
|||||||
add_custom_target(columnstore DEPENDS ha_columnstore)
|
add_custom_target(columnstore DEPENDS ha_columnstore)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
if (TARGET columnstore)
|
||||||
install(FILES syscatalog_mysql.sql
|
install(FILES syscatalog_mysql.sql
|
||||||
dumpcat_mysql.sql
|
dumpcat_mysql.sql
|
||||||
calsetuserpriority.sql
|
calsetuserpriority.sql
|
||||||
@@ -69,3 +70,4 @@ 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