mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
3de5613445
It puts files in the correct location for rpm/deb packages.
9 lines
255 B
CMake
9 lines
255 B
CMake
#
|
|
# One day it'll be a complete solution for building deb packages with CPack
|
|
# But for now it's only to make INSTALL_DOCUMENTATION function happy
|
|
#
|
|
IF(DEB)
|
|
SET(CPACK_COMPONENT_SERVER_GROUP "server")
|
|
SET(CPACK_COMPONENT_README_GROUP "server")
|
|
ENDIF(DEB)
|
|
|