mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-31 12:23:44 +01:00
Do not use shallow git clones for dependencies pinned at a raw commit hash
This commit is contained in:
parent
8424dcc5a8
commit
4834b27789
@ -3,6 +3,7 @@ if(NOT WIN32 AND USE_ATRAC9)
|
|||||||
DIR LibAtrac9
|
DIR LibAtrac9
|
||||||
GIT_REPOSITORY https://github.com/Thealexbarney/LibAtrac9
|
GIT_REPOSITORY https://github.com/Thealexbarney/LibAtrac9
|
||||||
GIT_TAG 6a9e00f6c7abd74d037fd210b6670d3cdb313049
|
GIT_TAG 6a9e00f6c7abd74d037fd210b6670d3cdb313049
|
||||||
|
GIT_UNSHALLOW ON
|
||||||
)
|
)
|
||||||
|
|
||||||
if(ATRAC9_PATH)
|
if(ATRAC9_PATH)
|
||||||
|
@ -7,7 +7,7 @@ if(NOT WIN32 AND USE_CELT)
|
|||||||
FILE_SUBDIR celt-0.6.1
|
FILE_SUBDIR celt-0.6.1
|
||||||
|
|
||||||
GIT_REPOSITORY https://gitlab.xiph.org/xiph/celt
|
GIT_REPOSITORY https://gitlab.xiph.org/xiph/celt
|
||||||
GIT_TAG 8ccf148573277b983692e15d5f0753081f806bea
|
GIT_TAG v0.6.1
|
||||||
)
|
)
|
||||||
FetchDependency(CELT_0110
|
FetchDependency(CELT_0110
|
||||||
DIR celt-0110
|
DIR celt-0110
|
||||||
@ -17,7 +17,7 @@ if(NOT WIN32 AND USE_CELT)
|
|||||||
FILE_SUBDIR celt-0.11.0
|
FILE_SUBDIR celt-0.11.0
|
||||||
|
|
||||||
GIT_REPOSITORY https://gitlab.xiph.org/xiph/celt
|
GIT_REPOSITORY https://gitlab.xiph.org/xiph/celt
|
||||||
GIT_TAG 0b405d1170122c859faab435405666506d52fa2e
|
GIT_TAG v0.11
|
||||||
)
|
)
|
||||||
if(CELT_0061_PATH AND CELT_0110_PATH)
|
if(CELT_0061_PATH AND CELT_0110_PATH)
|
||||||
set(CELT_0061_LINK_PATH ${CELT_0061_BIN}/libcelt/.libs/libcelt.a)
|
set(CELT_0061_LINK_PATH ${CELT_0061_BIN}/libcelt/.libs/libcelt.a)
|
||||||
|
@ -3,6 +3,7 @@ if(NOT WIN32 AND USE_G719)
|
|||||||
DIR libg719_decode
|
DIR libg719_decode
|
||||||
GIT_REPOSITORY https://github.com/kode54/libg719_decode
|
GIT_REPOSITORY https://github.com/kode54/libg719_decode
|
||||||
GIT_TAG da90ad8a676876c6c47889bcea6a753f9bbf7a73
|
GIT_TAG da90ad8a676876c6c47889bcea6a753f9bbf7a73
|
||||||
|
GIT_UNSHALLOW ON
|
||||||
)
|
)
|
||||||
|
|
||||||
if(G719_PATH)
|
if(G719_PATH)
|
||||||
|
@ -13,7 +13,7 @@ if(NOT WIN32 AND USE_JANSSON)
|
|||||||
FetchDependency(JANSSON
|
FetchDependency(JANSSON
|
||||||
DIR jansson
|
DIR jansson
|
||||||
GIT_REPOSITORY https://github.com/akheron/jansson
|
GIT_REPOSITORY https://github.com/akheron/jansson
|
||||||
GIT_TAG 684e18c927e89615c2d501737e90018f4930d6c5
|
GIT_TAG v2.14
|
||||||
)
|
)
|
||||||
|
|
||||||
if(JANSSON_PATH)
|
if(JANSSON_PATH)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user