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
eb79fa7260
CMake
/
Tests
/
RunCMake
/
CPack
/
DEB
/
MINIMAL-specifics.cmake
3 lines
79 B
CMake
Raw
Normal View
History
Unescape
Escape
Tests: Add RunCMake tests for CPack{Deb,RPM} Add script structure for easier addition of new CPack related tests.
2015-06-05 22:03:26 +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"
)