summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/libarchive
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-10-30 21:01:49 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-10-30 21:01:49 (GMT)
commit7a35b9ba3a3084ff1c4c7ced8eb2ee01a9c19129 (patch)
treebcdb680b762e97eea928e61489e0b837f4cb69a6 /Utilities/cmlibarchive/libarchive
parent4e123ec1b1aa60e5db5abfc86824f9d7a28afcaf (diff)
downloadCMake-7a35b9ba3a3084ff1c4c7ced8eb2ee01a9c19129.zip
CMake-7a35b9ba3a3084ff1c4c7ced8eb2ee01a9c19129.tar.gz
CMake-7a35b9ba3a3084ff1c4c7ced8eb2ee01a9c19129.tar.bz2
only use archive_entry_copy_bhfi.c on windows so we don't get empty .o file warnings
Diffstat (limited to 'Utilities/cmlibarchive/libarchive')
-rw-r--r--Utilities/cmlibarchive/libarchive/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cmlibarchive/libarchive/CMakeLists.txt b/Utilities/cmlibarchive/libarchive/CMakeLists.txt
index f50c463..47226aa 100644
--- a/Utilities/cmlibarchive/libarchive/CMakeLists.txt
+++ b/Utilities/cmlibarchive/libarchive/CMakeLists.txt
@@ -18,7 +18,7 @@ SET(libarchive_SOURCES
archive_entry.c
archive_entry.h
archive_entry_copy_stat.c
- archive_entry_copy_bhfi.c
+# archive_entry_copy_bhfi.c
archive_entry_link_resolver.c
archive_entry_private.h
archive_entry_stat.c
@@ -105,7 +105,7 @@ SET(libarchive_MANS
)
IF(WIN32 AND NOT CYGWIN)
-# LIST(APPEND libarchive_SOURCES archive_entry_copy_bhfi.c)
+ LIST(APPEND libarchive_SOURCES archive_entry_copy_bhfi.c)
LIST(APPEND libarchive_SOURCES archive_windows.c)
LIST(APPEND libarchive_SOURCES archive_windows.h)
LIST(APPEND libarchive_SOURCES filter_fork_windows.c)