diff options
author | Brad King <brad.king@kitware.com> | 2017-06-29 13:49:20 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-06-29 13:49:29 (GMT) |
commit | 1ac89a4e06f73a5e460f21866b3b28c2f8af31d9 (patch) | |
tree | df990bf44705764e85165f4f26e2a35d098eb851 /Source/CMakeLists.txt | |
parent | a9b88ffdfccebcbf4c565378722812b19c847bbb (diff) | |
parent | 5299141320c7be96e9357ebd457c9a279308248a (diff) | |
download | CMake-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.txt | 2 |
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 ) |