mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 03:42:27 +02:00
fix else condition in hifiAudioCodec
This commit is contained in:
parent
a94fe62b37
commit
8977f9ed92
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if (NOT ANDROID)
|
|||
INSTALL_COMMAND ""
|
||||
LOG_DOWNLOAD 1
|
||||
)
|
||||
elseif ()
|
||||
else ()
|
||||
ExternalProject_Add(
|
||||
${EXTERNAL_NAME}
|
||||
URL http://s3.amazonaws.com/hifi-public/dependencies/codecSDK-linux.zip
|
||||
|
|
Loading…
Reference in a new issue