summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAlexey Bychko <alexey.bychko@mariadb.com>2021-11-22 19:34:47 +0700
committerAlexey Bychko <alexey.bychko@mariadb.com>2021-11-23 11:29:24 +0700
commitfe065f8d90b05c05ad9ca63a773a8f933b19e4eb (patch)
tree241906b7cf3dd4119e9b506a35971d0a51a81309 /extra
parent2f51511c0831a683cec68b021ffea3434078c851 (diff)
downloadmariadb-git-fe065f8d90b05c05ad9ca63a773a8f933b19e4eb.tar.gz
MDEV-22522 RPM packages have meaningless summary/descriptionbb-10.2-MDEV-22522
this patch moves cpack summury and description for optional packages to the appropriate CMakeLists.txt files
Diffstat (limited to 'extra')
-rw-r--r--extra/mariabackup/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/mariabackup/CMakeLists.txt b/extra/mariabackup/CMakeLists.txt
index 409dcd7efde..e39c1214c7a 100644
--- a/extra/mariabackup/CMakeLists.txt
+++ b/extra/mariabackup/CMakeLists.txt
@@ -16,11 +16,11 @@
OPTION(WITH_MARIABACKUP "Include mariabackup" ON)
ADD_FEATURE_INFO(MARIABACKUP WITH_MARIABACKUP "MariaDB Backup Utility")
+
IF(NOT WITH_MARIABACKUP)
RETURN()
ENDIF()
-
IF(NOT WIN32)
CHECK_SYMBOL_EXISTS(regcomp regex.h HAVE_SYSTEM_REGEX)
IF(HAVE_SYSTEM_REGEX)
@@ -28,7 +28,6 @@ IF(NOT WIN32)
ENDIF()
ENDIF()
-
INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}/include
${CMAKE_SOURCE_DIR}/sql