summaryrefslogtreecommitdiff
path: root/Modules/FindPythonInterp.cmake
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-09-14 20:54:07 +0800
committerBrad King <brad.king@kitware.com>2016-09-14 09:13:15 -0400
commitc31573b9641e0f1bc7a34149506db51f3494323b (patch)
treec97fbb7186429ba3dc5cccfcce4c016583870962 /Modules/FindPythonInterp.cmake
parentea69e03afaeff76d2141ab4a330f3489297a3a41 (diff)
downloadcmake-c31573b9641e0f1bc7a34149506db51f3494323b.tar.gz
FindPython{Interp,Libs}: Add version 3.7
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 e194185f22..4d726f2a25 100644
--- a/Modules/FindPythonInterp.cmake
+++ b/Modules/FindPythonInterp.cmake
@@ -52,7 +52,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.6 3.5 3.4 3.3 3.2 3.1 3.0)
+set(_PYTHON3_VERSIONS 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)