This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
fb357e5fef
CMake
/
Tests
/
RunCMake
/
CPack
/
DEB
/
EMPTY_DIR-specifics.cmake
3 lines
79 B
CMake
Raw
Normal View
History
Unescape
Escape
CPack: allow packaging of empty directories
2015-09-28 23:50:15 +03:00
set
(
CPACK_PACKAGE_CONTACT
"someone"
)
CPack/Deb possibility to change package name 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.
2016-05-23 20:51:33 +03:00
set
(
CPACK_DEBIAN_FILE_NAME
"DEB-DEFAULT"
)