summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackTarCompressGenerator.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-02 21:34:27 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-02 21:34:27 (GMT)
commit7e788fed35074f0befde72d924621392f020f794 (patch)
tree09da6e6b4f80dbc48df024f35bc100112b57affb /Source/CPack/cmCPackTarCompressGenerator.h
parent12e07f910e339fbdfdd4a16c2b6dcf9017e0546b (diff)
downloadCMake-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.h8
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