Skip to content

Commit

Permalink
Updated xz package URL
Browse files Browse the repository at this point in the history
due to broken endpoint
  • Loading branch information
CastagnaIT committed Oct 26, 2024
1 parent 3e25043 commit 177b5f7
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 @@ -200,7 +200,7 @@ add_dependency_project_package(zlib 1.2.11)

ExternalProject_Add(xz
DOWNLOAD_DIR ${CMAKE_SOURCE_DIR}/downloads
URL https://netix.dl.sourceforge.net/project/lzmautils/xz-5.2.4.tar.gz
URL https://netcologne.dl.sourceforge.net/project/lzmautils/xz-5.2.4.tar.gz
URL_HASH SHA256=b512f3b726d3b37b6dc4c8570e137b9311e7552e8ccbab4d39d47ce5f4177145
PATCH_COMMAND ${PATCH} -p1 -i ${CMAKE_SOURCE_DIR}/patches/$(TargetName).diff
CMAKE_ARGS
Expand Down

0 comments on commit 177b5f7

Please sign in to comment.