diff options
author | Brad King <brad.king@kitware.com> | 2017-02-27 13:51:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-02-27 13:51:36 (GMT) |
commit | 62d0e22325d36e5f9d61ccfbef0d68cfe1935f1b (patch) | |
tree | 285c9c8373b01bee64e3af6da8a43a5232a57c63 /Utilities/cmlibarchive/build | |
parent | 5fee76606b7a1f252e75e95c3d8303777459938d (diff) | |
parent | 059aa805c9c0cb34c92eb69abf66febc40ab62db (diff) | |
download | CMake-62d0e22325d36e5f9d61ccfbef0d68cfe1935f1b.zip CMake-62d0e22325d36e5f9d61ccfbef0d68cfe1935f1b.tar.gz CMake-62d0e22325d36e5f9d61ccfbef0d68cfe1935f1b.tar.bz2 |
Merge branch 'upstream-LibArchive' into update-libarchive
* upstream-LibArchive:
LibArchive 2017-02-25 (d6b1bb9f)
Diffstat (limited to 'Utilities/cmlibarchive/build')
-rw-r--r-- | Utilities/cmlibarchive/build/cmake/config.h.in | 3 | ||||
-rw-r--r-- | Utilities/cmlibarchive/build/version | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Utilities/cmlibarchive/build/cmake/config.h.in b/Utilities/cmlibarchive/build/cmake/config.h.in index fc248b3..55e04b9 100644 --- a/Utilities/cmlibarchive/build/cmake/config.h.in +++ b/Utilities/cmlibarchive/build/cmake/config.h.in @@ -1105,6 +1105,9 @@ typedef uint64_t uintmax_t; /* Define to 1 if you have a working EXT2_IOC_GETFLAGS */ #cmakedefine HAVE_WORKING_EXT2_IOC_GETFLAGS 1 +/* Define to 1 if you have a working FS_IOC_GETFLAGS */ +#cmakedefine HAVE_WORKING_FS_IOC_GETFLAGS 1 + /* Define to 1 if you have the <zlib.h> header file. */ #cmakedefine HAVE_ZLIB_H 1 diff --git a/Utilities/cmlibarchive/build/version b/Utilities/cmlibarchive/build/version index a000b30..ef83457 100644 --- a/Utilities/cmlibarchive/build/version +++ b/Utilities/cmlibarchive/build/version @@ -1 +1 @@ -3003000 +3003001 |