diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-02 21:34:27 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-02 21:34:27 (GMT) |
commit | 7e788fed35074f0befde72d924621392f020f794 (patch) | |
tree | 09da6e6b4f80dbc48df024f35bc100112b57affb /Source/CPack/cmCPackTarCompressGenerator.h | |
parent | 12e07f910e339fbdfdd4a16c2b6dcf9017e0546b (diff) | |
download | CMake-7e788fed35074f0befde72d924621392f020f794.zip CMake-7e788fed35074f0befde72d924621392f020f794.tar.gz CMake-7e788fed35074f0befde72d924621392f020f794.tar.bz2 |
ENH: Simplify TarCompress to only require compress. Use cmake's tar
Diffstat (limited to 'Source/CPack/cmCPackTarCompressGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackTarCompressGenerator.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Source/CPack/cmCPackTarCompressGenerator.h b/Source/CPack/cmCPackTarCompressGenerator.h index 0573a80..efd5579 100644 --- a/Source/CPack/cmCPackTarCompressGenerator.h +++ b/Source/CPack/cmCPackTarCompressGenerator.h @@ -18,18 +18,16 @@ #ifndef cmCPackTarCompressGenerator_h #define cmCPackTarCompressGenerator_h -#include "cmCPackGenericGenerator.h" - -class cmCPackTarCompressGeneratorForward; +#include "cmCPackTGZGenerator.h" /** \class cmCPackTarCompressGenerator * \brief A generator for TarCompress files */ -class cmCPackTarCompressGenerator : public cmCPackGenericGenerator +class cmCPackTarCompressGenerator : public cmCPackTGZGenerator { public: friend class cmCPackTarCompressGeneratorForward; - cmCPackTypeMacro(cmCPackTarCompressGenerator, cmCPackGenericGenerator); + cmCPackTypeMacro(cmCPackTarCompressGenerator, cmCPackTGZGenerator); /** * Construct generator |