Skip to content

Commit

Permalink
Update liblzma repository to GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Jun 1, 2024
1 parent 0725402 commit c7ed3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c7ed3c8

Please sign in to comment.