diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-10-30 21:01:49 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-10-30 21:01:49 (GMT) |
commit | 7a35b9ba3a3084ff1c4c7ced8eb2ee01a9c19129 (patch) | |
tree | bcdb680b762e97eea928e61489e0b837f4cb69a6 /Utilities | |
parent | 4e123ec1b1aa60e5db5abfc86824f9d7a28afcaf (diff) | |
download | CMake-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')
-rw-r--r-- | Utilities/cmlibarchive/libarchive/CMakeLists.txt | 4 |
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) |