From c933c42b182eab0024f785ac1b5776f5b6885bb1 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Wed, 27 May 2015 15:02:20 -0700 Subject: [PATCH] move polyvox external source to s3 --- cmake/externals/polyvox/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmake/externals/polyvox/CMakeLists.txt b/cmake/externals/polyvox/CMakeLists.txt index 1089692b37..2c05ddbb72 100644 --- a/cmake/externals/polyvox/CMakeLists.txt +++ b/cmake/externals/polyvox/CMakeLists.txt @@ -3,8 +3,7 @@ set(EXTERNAL_NAME polyvox) include(ExternalProject) ExternalProject_Add( ${EXTERNAL_NAME} - # URL http://hifi-public.s3.amazonaws.com/dependencies/polyvox-master.zip - URL http://headache.hungry.com/~seth/hifi/polyvox-master-2015-5-27.zip + URL https://s3.amazonaws.com/hifi-public/dependencies/polyvox-master-2015-5-27.zip URL_MD5 f1241daae74ff69b7e31961edaff1555 CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH= BINARY_DIR ${EXTERNAL_PROJECT_PREFIX}/build