mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 18:02:23 +02:00
trying again to get polyvox to build on osx
This commit is contained in:
parent
b024bd0ff2
commit
24bb17f7b2
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 b96a5bfa41ddc4895fce1e968bb59955
|
||||
URL_MD5 10f46ac4c6a6c099a654b7863ec03659
|
||||
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
||||
BINARY_DIR ${EXTERNAL_PROJECT_PREFIX}/build
|
||||
LOG_DOWNLOAD 1
|
||||
|
|
Loading…
Reference in a new issue