Update libarchive to 3.3.3 from official repo

This commit is contained in:
Mike Ellery
2018-11-28 13:46:08 -08:00
committed by Nik Bougalis
parent 2432f13903
commit 9121e26708

View File

@@ -758,12 +758,8 @@ if (MSVC)
endif () endif ()
ExternalProject_Add (libarchive ExternalProject_Add (libarchive
PREFIX ${nih_cache_path} PREFIX ${nih_cache_path}
# TODO: switch back to official repo once they allow ENABLE_WERROR option in GIT_REPOSITORY https://github.com/libarchive/libarchive.git
# mainline -- see https://github.com/libarchive/libarchive/pull/1033 GIT_TAG v3.3.3
#GIT_REPOSITORY https://github.com/libarchive/libarchive.git
#GIT_TAG v3.3.1
GIT_REPOSITORY https://github.com/mellery451/libarchive.git
GIT_TAG e78e48ea4e102fef7f379bc8f10afbfbf25633a6
CMAKE_ARGS CMAKE_ARGS
# passing the compiler seems to be needed for windows CI, sadly # passing the compiler seems to be needed for windows CI, sadly
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} -DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}