Skip to content

Commit

Permalink
update python install urls
Browse files Browse the repository at this point in the history
  • Loading branch information
LexiconCode committed Sep 25, 2022
1 parent ceea659 commit ae2f65d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ set_property(CACHE PYTHON_VERSION PROPERTY STRINGS ${PYTHON_VERSIONS})

#### where to find the 32-bit installer for $(PYTHON_VERSION)
if(${PYTHON_VERSION} STREQUAL 3.10)
set(PYTHON_INSTALL_URL "https://www.python.org/ftp/python/3.10.4/python-3.10.7.exe")
set(PYTHON_INSTALL_URL "https://www.python.org/ftp/python/3.10.7/python-3.10.7.exe")
elseif(${PYTHON_VERSION} STREQUAL 3.9)
set(PYTHON_INSTALL_URL "https://www.python.org/ftp/python/3.9.12/python-3.9.13.exe")
set(PYTHON_INSTALL_URL "https://www.python.org/ftp/python/3.9.13/python-3.9.13.exe")
elseif(${PYTHON_VERSION} STREQUAL 3.8)
set(PYTHON_INSTALL_URL "https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe")
endif()
Expand Down

0 comments on commit ae2f65d

Please sign in to comment.