mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 08:22:19 +02:00
force soxr to be shared lib, use new zip
This commit is contained in:
parent
26b4340417
commit
66756308a4
1 changed files with 2 additions and 2 deletions
4
cmake/externals/soxr/CMakeLists.txt
vendored
4
cmake/externals/soxr/CMakeLists.txt
vendored
|
@ -8,8 +8,8 @@ include(ExternalProject)
|
|||
ExternalProject_Add(
|
||||
${EXTERNAL_NAME}
|
||||
PREFIX ${EXTERNAL_NAME}
|
||||
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>
|
||||
URL http://hifi-public.s3.amazonaws.com/dependencies/soxr-0.1.1.zip
|
||||
CMAKE_ARGS ${PLATFORM_CMAKE_ARGS} -DBUILD_SHARED_LIBS=1 -DBUILD_TESTS=0 -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
||||
LOG_DOWNLOAD ON
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue