Commit 738d4604 authored by Sergei Golubchik's avatar Sergei Golubchik

cmake: rename backup component to Backup

for consistency
parent 951b7ab5
......@@ -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})
......
......@@ -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
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment