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,6 +55,7 @@ else ()
|
||||
add_custom_target(columnstore DEPENDS ha_columnstore)
|
||||
endif ()
|
||||
|
||||
if (TARGET columnstore)
|
||||
install(FILES syscatalog_mysql.sql
|
||||
dumpcat_mysql.sql
|
||||
calsetuserpriority.sql
|
||||
@@ -69,3 +70,4 @@ install(FILES columnstore.cnf
|
||||
DESTINATION ${MARIADB_MYCNFDIR} COMPONENT columnstore-engine)
|
||||
install(FILES x-columnstore.cnf
|
||||
DESTINATION ${MARIADB_MYCNFDIR} COMPONENT columnstore-engine)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user