Disable lzma in libarchive

This commit is contained in:
David Capello 2017-06-24 13:44:25 -03:00
parent 72c1f9b765
commit 1a65f21f72
2 changed files with 2 additions and 1 deletions

View File

@ -114,6 +114,7 @@ add_subdirectory(json11)
# libarchive
set(ENABLE_TEST OFF CACHE BOOL "Enable unit and regression tests")
set(ENABLE_COVERAGE OFF CACHE BOOL "Enable code coverage (GCC only, automatically sets ENABLE_TEST to ON)")
set(ENABLE_LZMA OFF CACHE BOOL "Enable the use of the system LZMA library if found")
add_subdirectory(libarchive)
target_include_directories(archive_static INTERFACE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/libarchive/libarchive>)

@ -1 +1 @@
Subproject commit f5943e2a807e2c8a32aac6694412d423d7c95fe2
Subproject commit 687e298988eef1cc8697830618d06987b6dd84e1