adbd3985f8
This patch preserves backward compatibility of deb package names with previous CMake versions but similarly to CPack/RPM allows to change package name format and supports DEB-DEFAULT setting that produces proper Debian package names.
3 lines
79 B
CMake
3 lines
79 B
CMake
set(CPACK_PACKAGE_CONTACT "someone")
|
|
set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT")
|