diff options
author | Brad King <brad.king@kitware.com> | 2010-08-05 21:12:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-08-05 21:12:42 (GMT) |
commit | ac267371e63806718a0905e321baa552f18a57e9 (patch) | |
tree | fd890d478e28c799db65d7b6eeb6a30621ee66c4 /Source/CPack | |
parent | 00893669e5d6b3b3ac501fa14bab0e1b61262bab (diff) | |
parent | 3296e6ad90865ae618435452e3422eab97ce9a09 (diff) | |
download | CMake-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.cxx | 4 |
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, |