1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Define a dummy columnstore target when doing a standalone build.

This commit is contained in:
Patrick LeBlanc
2020-06-30 13:02:07 -04:00
parent 60ef3e5130
commit 1390372c35

View File

@ -48,6 +48,9 @@ else ()
target_link_libraries(ha_columnstore ${ENGINE_LDFLAGS} ${ENGINE_WRITE_LIBS} ${NETSNMP_LIBRARIES} ${SERVER_BUILD_DIR}/libservices/libmysqlservices.a threadpool)
install(TARGETS ha_columnstore DESTINATION ${MARIADB_PLUGINDIR} COMPONENT columnstore-engine)
# define this dummy target for standalone builds (ie, when mysql_add_plugin doesn't exist)
add_custom_target(columnstore DEPENDS ha_columnstore)
endif ()
install(FILES syscatalog_mysql.sql