Jelajahi Sumber

Update CMake pre-cached values for libarchive 3.3.3

The ENABLE_LZ4 option was added.
Brad King 7 tahun lalu
induk
melakukan
6744e44970
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -513,6 +513,7 @@ macro (CMAKE_BUILD_UTILITIES)
     set(ENABLE_NETTLE OFF CACHE INTERNAL "Enable use of Nettle")
     set(ENABLE_OPENSSL ${CMAKE_USE_OPENSSL} CACHE INTERNAL "Enable use of OpenSSL")
     set(ENABLE_LZMA ON CACHE INTERNAL "Enable the use of the system LZMA library if found")
+    set(ENABLE_LZ4 OFF CACHE INTERNAL "Enable the use of the system LZ4 library if found")
     set(ENABLE_LZO OFF CACHE INTERNAL "Enable the use of the system LZO library if found")
     set(ENABLE_ZLIB ON CACHE INTERNAL "Enable the use of the system ZLIB library if found")
     set(ENABLE_BZip2 ON CACHE INTERNAL "Enable the use of the system BZip2 library if found")