mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Update setuptools url. Fix memory initialization issue in jozov2
This commit is contained in:
parent
bbbb8e279e
commit
b28cf64544
2 changed files with 21 additions and 9 deletions
2
external/external_python_build.cmake
vendored
2
external/external_python_build.cmake
vendored
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue