summaryrefslogtreecommitdiffstats
path: root/Source/CPack
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-08-05 21:12:39 (GMT)
committerBrad King <brad.king@kitware.com>2010-08-05 21:12:42 (GMT)
commitac267371e63806718a0905e321baa552f18a57e9 (patch)
treefd890d478e28c799db65d7b6eeb6a30621ee66c4 /Source/CPack
parent00893669e5d6b3b3ac501fa14bab0e1b61262bab (diff)
parent3296e6ad90865ae618435452e3422eab97ce9a09 (diff)
downloadCMake-ac267371e63806718a0905e321baa552f18a57e9.zip
CMake-ac267371e63806718a0905e321baa552f18a57e9.tar.gz
CMake-ac267371e63806718a0905e321baa552f18a57e9.tar.bz2
Merge branch 'system-libarchive-include' into libarchive-wrapper
Diffstat (limited to 'Source/CPack')
-rw-r--r--Source/CPack/cmCPackArchiveGenerator.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/CPack/cmCPackArchiveGenerator.cxx b/Source/CPack/cmCPackArchiveGenerator.cxx
index a52d05e..5981603 100644
--- a/Source/CPack/cmCPackArchiveGenerator.cxx
+++ b/Source/CPack/cmCPackArchiveGenerator.cxx
@@ -22,9 +22,7 @@
#include <errno.h>
#include <cmsys/SystemTools.hxx>
-#include <cmlibarchive/libarchive/archive.h>
-#include <cmlibarchive/libarchive/archive_entry.h>
-
+#include <cm_libarchive.h>
//----------------------------------------------------------------------
cmCPackArchiveGenerator::cmCPackArchiveGenerator(CompressType t,