diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-09-14 20:54:07 +0800 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-14 09:13:15 -0400 |
commit | c31573b9641e0f1bc7a34149506db51f3494323b (patch) | |
tree | c97fbb7186429ba3dc5cccfcce4c016583870962 /Modules/FindPythonInterp.cmake | |
parent | ea69e03afaeff76d2141ab4a330f3489297a3a41 (diff) | |
download | cmake-c31573b9641e0f1bc7a34149506db51f3494323b.tar.gz |
FindPython{Interp,Libs}: Add version 3.7
Diffstat (limited to 'Modules/FindPythonInterp.cmake')
-rw-r--r-- | Modules/FindPythonInterp.cmake | 2 |
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) |