CMake/Utilities/cmlibarchive
Brad King 96329d5dff libarchive: Do not use nanosecond file time APIs on macOS < 10.13
The SDK for macOS 10.13 adds `futimens` and `utimensat` so our checks
for these symbols may pass.  However, the symbols are not available at
runtime on older macOS versions.  Instead on macOS we can check for
availability based on the deployment target version.

Issue: #17101
2017-09-20 11:28:40 -04:00
..
build Merge branch 'upstream-LibArchive' into update-libarchive 2017-07-20 11:36:18 -04:00
libarchive libarchive: Do not use nanosecond file time APIs on macOS < 10.13 2017-09-20 11:28:40 -04:00
.gitattributes
CMakeLists.txt Merge branch 'upstream-LibArchive' into update-libarchive 2017-07-20 11:36:18 -04:00
COPYING
CTestConfig.cmake