summaryrefslogtreecommitdiffstats
path: root/Source/cmArchiveWrite.h
diff options
context:
space:
mode:
authorEric NOULARD <eric.noulard@gmail.com>2010-08-16 18:45:05 (GMT)
committerEric NOULARD <eric.noulard@gmail.com>2010-08-16 18:45:05 (GMT)
commitfb41da4a6b648966e518cbe388b82bcde74f038e (patch)
tree2d2b752591d251dd1bed1553c6597532d36431dd /Source/cmArchiveWrite.h
parent1a3ad5c615be02cd18fe8e166b16ee15f821df72 (diff)
downloadCMake-fb41da4a6b648966e518cbe388b82bcde74f038e.zip
CMake-fb41da4a6b648966e518cbe388b82bcde74f038e.tar.gz
CMake-fb41da4a6b648966e518cbe388b82bcde74f038e.tar.bz2
Add Compress compress support to libarchive-wrapper
Diffstat (limited to 'Source/cmArchiveWrite.h')
-rw-r--r--Source/cmArchiveWrite.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmArchiveWrite.h b/Source/cmArchiveWrite.h
index ce7f961..3e3b2f0 100644
--- a/Source/cmArchiveWrite.h
+++ b/Source/cmArchiveWrite.h
@@ -31,6 +31,7 @@ public:
enum Compress
{
CompressNone,
+ CompressCompress,
CompressGZip,
CompressBZip2,
CompressLZMA,