mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
trying again to get polyvox to build on osx
This commit is contained in:
parent
6a1ea820e7
commit
b024bd0ff2
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 afc347069d3f46c4d4f4ec7f0f2bfe5c
|
||||
URL_MD5 b96a5bfa41ddc4895fce1e968bb59955
|
||||
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
||||
BINARY_DIR ${EXTERNAL_PROJECT_PREFIX}/build
|
||||
LOG_DOWNLOAD 1
|
||||
|
|
Loading…
Reference in a new issue