From 25df7771322d6ed7afbe9a80f011350846d11db6 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Wed, 27 May 2015 16:15:58 -0700 Subject: [PATCH] fix polyfox url --- 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 2c05ddbb72..eeabb35c21 100644 --- a/cmake/externals/polyvox/CMakeLists.txt +++ b/cmake/externals/polyvox/CMakeLists.txt @@ -3,7 +3,7 @@ set(EXTERNAL_NAME polyvox) include(ExternalProject) ExternalProject_Add( ${EXTERNAL_NAME} - URL https://s3.amazonaws.com/hifi-public/dependencies/polyvox-master-2015-5-27.zip + URL http://hifi-public.s3.amazonaws.com/dependencies/polyvox-master-2015-5-27.zip URL_MD5 f1241daae74ff69b7e31961edaff1555 CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH= BINARY_DIR ${EXTERNAL_PROJECT_PREFIX}/build