diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-02 19:40:26 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-02 19:40:26 (GMT) |
commit | 4925e64b97b46b7248b7fe7ffa9fb215ca2d460f (patch) | |
tree | 9f5590a4240a1abc5762dcfdcca4faaf544b7d66 /Source/CPack/cmCPackCygwinSourceGenerator.h | |
parent | 1feb4a09b078452c42e74a1caeb432f6ccc7da68 (diff) | |
download | CMake-4925e64b97b46b7248b7fe7ffa9fb215ca2d460f.zip CMake-4925e64b97b46b7248b7fe7ffa9fb215ca2d460f.tar.gz CMake-4925e64b97b46b7248b7fe7ffa9fb215ca2d460f.tar.bz2 |
ENH: add support for cygwin source and binary packaging
Diffstat (limited to 'Source/CPack/cmCPackCygwinSourceGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackCygwinSourceGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackCygwinSourceGenerator.h b/Source/CPack/cmCPackCygwinSourceGenerator.h index 8d97288..a4e4656 100644 --- a/Source/CPack/cmCPackCygwinSourceGenerator.h +++ b/Source/CPack/cmCPackCygwinSourceGenerator.h @@ -26,7 +26,7 @@ class cmCPackCygwinSourceGenerator : public cmCPackTarBZip2Generator { public: - cmCPackTypeMacro(cmCPackCygwinSourceGenerator, cmCPackTGZGenerator); + cmCPackTypeMacro(cmCPackCygwinSourceGenerator, cmCPackTarBZip2Generator); /** * Construct generator |