diff options
author | Brad King <brad.king@kitware.com> | 2016-05-24 17:54:03 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-05-24 17:54:03 (GMT) |
commit | a98a699987dde6576399474a24bff42c4d1317ad (patch) | |
tree | 208544ef0e288afb3850ff28bb9f06473f519f55 /Tests/CPackComponentsDEB | |
parent | 384de98709ee6b8bf49c2d52b89d04d09a7c4b58 (diff) | |
parent | adbd3985f89f19d9de867a75321465d6e181908d (diff) | |
download | CMake-a98a699987dde6576399474a24bff42c4d1317ad.zip CMake-a98a699987dde6576399474a24bff42c4d1317ad.tar.gz CMake-a98a699987dde6576399474a24bff42c4d1317ad.tar.bz2 |
Merge topic 'cpack-deb-different-package-names'
adbd3985 CPack/Deb possibility to change package name
Diffstat (limited to 'Tests/CPackComponentsDEB')
-rw-r--r-- | Tests/CPackComponentsDEB/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CPackComponentsDEB/CMakeLists.txt b/Tests/CPackComponentsDEB/CMakeLists.txt index 093b23f..9d4b5e9 100644 --- a/Tests/CPackComponentsDEB/CMakeLists.txt +++ b/Tests/CPackComponentsDEB/CMakeLists.txt @@ -130,6 +130,8 @@ configure_file(${CPackComponentsDEB_SOURCE_DIR}/MyLibCPackConfig-${CPackDEBConfi @ONLY) set(CPACK_PROJECT_CONFIG_FILE ${CPackComponentsDEB_BINARY_DIR}/MyLibCPackConfig-${CPackDEBConfiguration}.cmake) +# set CPACK_DEBIAN_FILE_NAME to use default package name format +set(CPACK_DEBIAN_FILE_NAME "DEB-DEFAULT") # Include CPack to introduce the appropriate targets include(CPack) |