summaryrefslogtreecommitdiffstats
path: root/Tests/CPackComponentsDEB
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-05-24 17:54:03 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-05-24 17:54:03 (GMT)
commita98a699987dde6576399474a24bff42c4d1317ad (patch)
tree208544ef0e288afb3850ff28bb9f06473f519f55 /Tests/CPackComponentsDEB
parent384de98709ee6b8bf49c2d52b89d04d09a7c4b58 (diff)
parentadbd3985f89f19d9de867a75321465d6e181908d (diff)
downloadCMake-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.txt2
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)