We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c0988 commit 240eb89Copy full SHA for 240eb89
packages/xz.cmake
@@ -1,7 +1,7 @@
1
ExternalProject_Add(xz
2
GIT_REPOSITORY https://gitlab.com/shinchiro/xz.git
3
SOURCE_DIR ${SOURCE_LOCATION}
4
- GIT_CLONE_FLAGS "--filter=tree:0"
+ GIT_CLONE_FLAGS ""
5
UPDATE_COMMAND ""
6
GIT_RESET 18b845e69752c975dfeda418ec00eda22605c2ee # v5.4.1
7
CONFIGURE_COMMAND ${EXEC} CONF=1 autoreconf -fi && <SOURCE_DIR>/configure
0 commit comments