summaryrefslogtreecommitdiffstats
path: root/Modules/FindPython
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-06-08 13:42:29 (GMT)
committerBrad King <brad.king@kitware.com>2018-06-08 13:42:29 (GMT)
commit1f3221f365f269f3356de0ad0112cf68e4831fe6 (patch)
treecf86f69dcb51c1bb28e9611630a2a18dc873e98f /Modules/FindPython
parentc984bf668bb46aa335c61d54c3fe62ef3fae20a9 (diff)
parentb6e7f2c37fbc4498324995928521a4335fc8ac32 (diff)
downloadCMake-1f3221f365f269f3356de0ad0112cf68e4831fe6.zip
CMake-1f3221f365f269f3356de0ad0112cf68e4831fe6.tar.gz
CMake-1f3221f365f269f3356de0ad0112cf68e4831fe6.tar.bz2
Merge branch 'FindPython-3.8' into release-3.12
Merge-request: !2140
Diffstat (limited to 'Modules/FindPython')
-rw-r--r--Modules/FindPython/Support.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPython/Support.cmake b/Modules/FindPython/Support.cmake
index ddbd607..08f07fd 100644
--- a/Modules/FindPython/Support.cmake
+++ b/Modules/FindPython/Support.cmake
@@ -17,7 +17,7 @@ if (NOT DEFINED _${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR)
message (FATAL_ERROR "FindPython: INTERNAL ERROR")
endif()
if (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 3)
- set(_${_PYTHON_PREFIX}_VERSIONS 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+ set(_${_PYTHON_PREFIX}_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
elseif (_${_PYTHON_PREFIX}_REQUIRED_VERSION_MAJOR EQUAL 2)
set(_${_PYTHON_PREFIX}_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
else()