mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
MDEV-22522 RPM packages have meaningless summary/description
this patch moves cpack summury and description for optional packages to the appropriate CMakeLists.txt files
This commit is contained in:
parent
2f51511c08
commit
fe065f8d90
10 changed files with 60 additions and 47 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue