mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 08:22:19 +02:00
trying to get polyvox to build on osx
This commit is contained in:
parent
6711c64cc6
commit
f4b7a41006
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 b6944ed34efacce4978187e57803e331
|
||||
URL_MD5 771cfa6c983941e51d5f5cfd79c192a3
|
||||
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
|
||||
BINARY_DIR ${EXTERNAL_PROJECT_PREFIX}/build
|
||||
LOG_DOWNLOAD 1
|
||||
|
|
Loading…
Reference in a new issue