Update liblzma repository to GitHub.

This commit is contained in:
Nathan Moinvaziri 2024-06-01 13:39:36 -07:00
parent 0725402ff1
commit c7ed3c8e4c

View File

@ -315,7 +315,7 @@ if(MZ_LZMA)
elseif(MZ_FETCH_LIBS)
set(BUILD_TESTING OFF CACHE BOOL "Build lzma tests" FORCE)
clone_repo(liblzma https://git.tukaani.org/xz.git master)
clone_repo(liblzma https://github.com/tukaani-project/xz master)
# Don't automatically add all targets to the solution
add_subdirectory(${LIBLZMA_SOURCE_DIR} ${LIBLZMA_BINARY_DIR} EXCLUDE_FROM_ALL)