summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-06-29 13:49:20 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-06-29 13:49:29 (GMT)
commit1ac89a4e06f73a5e460f21866b3b28c2f8af31d9 (patch)
treedf990bf44705764e85165f4f26e2a35d098eb851 /Source/CMakeLists.txt
parenta9b88ffdfccebcbf4c565378722812b19c847bbb (diff)
parent5299141320c7be96e9357ebd457c9a279308248a (diff)
downloadCMake-1ac89a4e06f73a5e460f21866b3b28c2f8af31d9.zip
CMake-1ac89a4e06f73a5e460f21866b3b28c2f8af31d9.tar.gz
CMake-1ac89a4e06f73a5e460f21866b3b28c2f8af31d9.tar.bz2
Merge topic 'deb-on-windows'
52991413 CPackDeb: Enable the DEB generator on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !979
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 660d632..e556ca6 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -876,6 +876,7 @@ set(CPACK_SRCS
CPack/cmCPackTarCompressGenerator.cxx
CPack/cmCPackZIPGenerator.cxx
CPack/cmCPack7zGenerator.cxx
+ CPack/cmCPackDebGenerator.cxx
)
# CPack IFW generator
set(CPACK_SRCS ${CPACK_SRCS}
@@ -902,7 +903,6 @@ option(CPACK_ENABLE_FREEBSD_PKG "Add FreeBSD pkg(8) generator to CPack." OFF)
if(UNIX)
set(CPACK_SRCS ${CPACK_SRCS}
- CPack/cmCPackDebGenerator.cxx
CPack/cmCPackRPMGenerator.cxx
)