Dashed name did not work on Windows.
Renaming dashed name to underscored name: connect-engine -> connect_engine
This commit is contained in:
parent
4a3e22c430
commit
89bafdf452
@ -263,12 +263,12 @@ MYSQL_ADD_PLUGIN(connect ${CONNECT_SOURCES}
|
|||||||
|
|
||||||
IF (INSTALL_SYSCONFDIR)
|
IF (INSTALL_SYSCONFDIR)
|
||||||
INSTALL(FILES connect.cnf DESTINATION ${INSTALL_SYSCONFDIR}/my.cnf.d
|
INSTALL(FILES connect.cnf DESTINATION ${INSTALL_SYSCONFDIR}/my.cnf.d
|
||||||
COMPONENT connect-engine)
|
COMPONENT connect_engine)
|
||||||
ENDIF(INSTALL_SYSCONFDIR)
|
ENDIF(INSTALL_SYSCONFDIR)
|
||||||
|
|
||||||
IF(RPM)
|
IF(RPM)
|
||||||
SET(CPACK_COMPONENT_CASSANDRASELIBRARIES_GROUP "connect-engine" PARENT_SCOPE)
|
SET(CPACK_COMPONENT_CASSANDRASELIBRARIES_GROUP "connect_engine" PARENT_SCOPE)
|
||||||
SET(CPACK_COMPONENTS_ALL ${CPACK_COMPONENTS_ALL} connect-engine PARENT_SCOPE)
|
SET(CPACK_COMPONENTS_ALL ${CPACK_COMPONENTS_ALL} connect_engine PARENT_SCOPE)
|
||||||
SET(CPACK_RPM_connect_engine_PACKAGE_REQUIRES "MariaDB-server" PARENT_SCOPE)
|
SET(CPACK_RPM_connect_engine_PACKAGE_REQUIRES "MariaDB-server" PARENT_SCOPE)
|
||||||
|
|
||||||
# workarounds for cmake issues #13248 and #12864:
|
# workarounds for cmake issues #13248 and #12864:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user