Skip to content

Commit

Permalink
Merge pull request microsoft#1818 from szechyjs/master
Browse files Browse the repository at this point in the history
Update to latest python 3.5 patch
  • Loading branch information
alexkaratarakis authored Sep 13, 2017
2 parents cb239b9 + e915ab0 commit e4ea3bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/cmake/vcpkg_find_acquire_program.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ function(vcpkg_find_acquire_program VAR)
elseif(VAR MATCHES "PYTHON3")
set(PROGNAME python)
set(PATHS ${DOWNLOADS}/tools/python)
set(URL "https://www.python.org/ftp/python/3.5.3/python-3.5.3-embed-win32.zip")
set(ARCHIVE "python-3.5.3-embed-win32.zip")
set(HASH c8cfdc09d052dc27e4380e8e4bf0d32a4c0def7e03896c1fa6cabc26dde78bb74dbb04e3673cc36e3e307d65a1ef284d69174f0cc80008c83bc6178f192ac5cf)
set(URL "https://www.python.org/ftp/python/3.5.4/python-3.5.4-embed-win32.zip")
set(ARCHIVE "python-3.5.4-embed-win32.zip")
set(HASH b5240fdc95088c2d7f65d2dd598650f8dd106b49589d94156bd4a078b108c6cabbe7a38ef73e2b2cf00e8312a93d2e587eac2c54ce85540d3c7a26cc60013156)
elseif(VAR MATCHES "PYTHON2")
find_program(PYTHON2 NAMES python2 python PATHS C:/python27 c:/Python27amd64 ENV PYTHON)
if(NOT PYTHON2 MATCHES "NOTFOUND")
Expand Down

0 comments on commit e4ea3bd

Please sign in to comment.