summaryrefslogtreecommitdiff
path: root/Modules/FindPythonInterp.cmake
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:14:23 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:14:23 +0900
commit673b21719eea1405c2e96df62abe022cd82a73ad (patch)
tree35b9aa5502f03ecca02a9111e999b1828e7b8415 /Modules/FindPythonInterp.cmake
parenta29c56f9e049bc76021843cf77afe4474bc6a493 (diff)
downloadcmake-673b21719eea1405c2e96df62abe022cd82a73ad.tar.gz
cmake-673b21719eea1405c2e96df62abe022cd82a73ad.tar.bz2
cmake-673b21719eea1405c2e96df62abe022cd82a73ad.zip
Imported Upstream version 3.16.3upstream/3.16.3
Diffstat (limited to 'Modules/FindPythonInterp.cmake')
-rw-r--r--Modules/FindPythonInterp.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPythonInterp.cmake b/Modules/FindPythonInterp.cmake
index ccc7d5b58..1e01a99cb 100644
--- a/Modules/FindPythonInterp.cmake
+++ b/Modules/FindPythonInterp.cmake
@@ -54,7 +54,7 @@ unset(_Python_NAMES)
set(_PYTHON1_VERSIONS 1.6 1.5)
set(_PYTHON2_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
-set(_PYTHON3_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+set(_PYTHON3_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
if(PythonInterp_FIND_VERSION)
if(PythonInterp_FIND_VERSION_COUNT GREATER 1)