Merge pull request #1289 from jkl1337/fix-git-shallow

Do not use shallow git clones for dependencies pinned raw commit hash.
This commit is contained in:
bnnm 2023-01-23 17:39:49 +01:00 committed by GitHub
commit b250b3faa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,7 @@ if(NOT WIN32 AND USE_ATRAC9)
DIR LibAtrac9
GIT_REPOSITORY https://github.com/Thealexbarney/LibAtrac9
GIT_TAG 6a9e00f6c7abd74d037fd210b6670d3cdb313049
GIT_UNSHALLOW ON
)
if(ATRAC9_PATH)

View File

@ -7,7 +7,7 @@ if(NOT WIN32 AND USE_CELT)
FILE_SUBDIR celt-0.6.1
GIT_REPOSITORY https://gitlab.xiph.org/xiph/celt
GIT_TAG 8ccf148573277b983692e15d5f0753081f806bea
GIT_TAG v0.6.1
)
FetchDependency(CELT_0110
DIR celt-0110
@ -17,7 +17,7 @@ if(NOT WIN32 AND USE_CELT)
FILE_SUBDIR celt-0.11.0
GIT_REPOSITORY https://gitlab.xiph.org/xiph/celt
GIT_TAG 0b405d1170122c859faab435405666506d52fa2e
GIT_TAG v0.11
)
if(CELT_0061_PATH AND CELT_0110_PATH)
set(CELT_0061_LINK_PATH ${CELT_0061_BIN}/libcelt/.libs/libcelt.a)

View File

@ -3,6 +3,7 @@ if(NOT WIN32 AND USE_G719)
DIR libg719_decode
GIT_REPOSITORY https://github.com/kode54/libg719_decode
GIT_TAG da90ad8a676876c6c47889bcea6a753f9bbf7a73
GIT_UNSHALLOW ON
)
if(G719_PATH)

View File

@ -13,7 +13,7 @@ if(NOT WIN32 AND USE_JANSSON)
FetchDependency(JANSSON
DIR jansson
GIT_REPOSITORY https://github.com/akheron/jansson
GIT_TAG 684e18c927e89615c2d501737e90018f4930d6c5
GIT_TAG v2.14
)
if(JANSSON_PATH)