blob: 5fb9db1f07f0942dbd4dbbb9fef264a8006387eb (
plain)
1
2
3
4
5
6
7
8
9
|
#
# 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)
|