mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 00:20:47 +01:00
Merge pull request #1117 from KatieFrogs/cmake-fix-speex
CMake: Fix downloading Speex
This commit is contained in:
commit
676a8b6b5e
@ -10,7 +10,7 @@ if(NOT WIN32 AND USE_SPEEX)
|
|||||||
FetchDependency(SPEEX
|
FetchDependency(SPEEX
|
||||||
DIR speex
|
DIR speex
|
||||||
GIT_REPOSITORY https://gitlab.xiph.org/xiph/speex
|
GIT_REPOSITORY https://gitlab.xiph.org/xiph/speex
|
||||||
GIT_TAG 870ff845b32f314aec0036641ffe18aba4916887
|
GIT_TAG Speex-1.2.0
|
||||||
)
|
)
|
||||||
|
|
||||||
if(SPEEX_PATH)
|
if(SPEEX_PATH)
|
||||||
|
Loading…
Reference in New Issue
Block a user