Update setuptools url. Fix memory initialization issue in jozov2

This commit is contained in:
Guilhem Lavaux 2017-11-23 13:19:49 +01:00
parent bbbb8e279e
commit b28cf64544
2 changed files with 21 additions and 9 deletions

View file

@ -30,7 +30,7 @@ IF (INTERNAL_HEALPY)
ENDIF(INTERNAL_HEALPY)
IF(INTERNAL_SETUPTOOLS)
SET(SETUPTOOLS_URL "http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz" CACHE STRING "URL to download setuptools from")
SET(SETUPTOOLS_URL "https://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz" CACHE STRING "URL to download setuptools from")
mark_as_advanced(SETUPTOOLS_URL)
ENDIF(INTERNAL_SETUPTOOLS)