mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 14:47:19 +02:00
trying again to get polyvox to build on osx
This commit is contained in:
parent
5e79b03faf
commit
5b62714ba4
1 changed files with 1 additions and 1 deletions
2
cmake/externals/polyvox/CMakeLists.txt
vendored
2
cmake/externals/polyvox/CMakeLists.txt
vendored
|
@ -4,7 +4,7 @@ include(ExternalProject)
|
|||
ExternalProject_Add(
|
||||
${EXTERNAL_NAME}
|
||||
URL http://hifi-public.s3.amazonaws.com/dependencies/polyvox-master-2015-5-27.zip
|
||||
URL_MD5 c1946dbb18bef945856a8ed1029725b2
|
||||
URL_MD5 a2fd9c02eba9e2eed47080dac365ef91
|
||||
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
||||
BINARY_DIR ${EXTERNAL_PROJECT_PREFIX}/build
|
||||
LOG_DOWNLOAD 1
|
||||
|
|
Loading…
Reference in a new issue