mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +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
|
|
@ -1,5 +1,9 @@
|
|||
# TODO: Copyrights
|
||||
|
||||
SET(CPACK_RPM_rocksdb-engine_PACKAGE_SUMMARY "RocksDB storage engine for MariaDB" PARENT_SCOPE)
|
||||
SET(CPACK_RPM_rocksdb-engine_PACKAGE_DESCRIPTION "The RocksDB storage engine is a high performance storage engine, aimed
|
||||
at maximising storage efficiency while maintaining InnoDB-like performance." PARENT_SCOPE)
|
||||
|
||||
MACRO(SKIP_ROCKSDB_PLUGIN msg)
|
||||
MESSAGE_ONCE(SKIP_ROCKSDB_PLUGIN "Can't build rocksdb engine - ${msg}")
|
||||
ADD_FEATURE_INFO(ROCKSDB "OFF" "Storage Engine")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue