cmake: rename backup component to Backup

for consistency
This commit is contained in:
Sergei Golubchik 2022-12-22 23:12:25 +01:00
parent 951b7ab57b
commit 738d4604b7
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ SET(CPACK_COMPONENTS_ALL Server ManPagesServer IniFiles Server_Scripts
SupportFiles Development ManPagesDevelopment
ManPagesTest Readme ManPagesClient Test
Common Client SharedLibraries ClientPlugins
backup
Backup
)
SET(CPACK_RPM_PACKAGE_NAME ${CPACK_PACKAGE_NAME})

View file

@ -76,7 +76,7 @@ MYSQL_ADD_EXECUTABLE(mariadb-backup
${PROJECT_BINARY_DIR}/sql/sql_builtin.cc
${PROJECT_SOURCE_DIR}/sql/net_serv.cc
${PROJECT_SOURCE_DIR}/libmysqld/libmysql.c
COMPONENT backup
COMPONENT Backup
)
# Export all symbols on Unix, for better crash callstacks
@ -99,7 +99,7 @@ MYSQL_ADD_EXECUTABLE(mbstream
xbstream.cc
xbstream_read.cc
xbstream_write.cc
COMPONENT backup
COMPONENT Backup
)