mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 10:02:12 +02:00
change soxr source to friendly zip
This commit is contained in:
parent
c7befe8018
commit
26b4340417
1 changed files with 1 additions and 1 deletions
2
cmake/externals/soxr/CMakeLists.txt
vendored
2
cmake/externals/soxr/CMakeLists.txt
vendored
|
@ -8,7 +8,7 @@ include(ExternalProject)
|
|||
ExternalProject_Add(
|
||||
${EXTERNAL_NAME}
|
||||
PREFIX ${EXTERNAL_NAME}
|
||||
URL http://hifi-public.s3.amazonaws.com/dependencies/soxr-0.1.1-Source.tar.gz
|
||||
URL http://hifi-public.s3.amazonaws.com/dependencies/soxr-0.1.1-Source.zip
|
||||
CMAKE_ARGS ${PLATFORM_CMAKE_ARGS} -DBUILD_TESTS=0 -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
||||
LOG_DOWNLOAD ON
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue