From 5e79b03faf2aa83e0b8619be121b646bc857fa9f Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Wed, 27 May 2015 20:55:16 -0700 Subject: [PATCH] trying to get polyvox to build on osx --- cmake/externals/polyvox/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/externals/polyvox/CMakeLists.txt b/cmake/externals/polyvox/CMakeLists.txt index 2011c4c3ea..82a2219561 100644 --- a/cmake/externals/polyvox/CMakeLists.txt +++ b/cmake/externals/polyvox/CMakeLists.txt @@ -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 771cfa6c983941e51d5f5cfd79c192a3 + URL_MD5 c1946dbb18bef945856a8ed1029725b2 CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH= BINARY_DIR ${EXTERNAL_PROJECT_PREFIX}/build LOG_DOWNLOAD 1