Merge pull request #1117 from KatieFrogs/cmake-fix-speex

CMake: Fix downloading Speex
This commit is contained in:
bnnm 2022-04-14 19:02:26 +02:00 committed by GitHub
commit 676a8b6b5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ if(NOT WIN32 AND USE_SPEEX)
FetchDependency(SPEEX
DIR speex
GIT_REPOSITORY https://gitlab.xiph.org/xiph/speex
GIT_TAG 870ff845b32f314aec0036641ffe18aba4916887
GIT_TAG Speex-1.2.0
)
if(SPEEX_PATH)