summaryrefslogtreecommitdiff
path: root/Modules/FindPythonLibs.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/FindPythonLibs.cmake
parentea69e03afaeff76d2141ab4a330f3489297a3a41 (diff)
downloadcmake-c31573b9641e0f1bc7a34149506db51f3494323b.tar.gz
FindPython{Interp,Libs}: Add version 3.7
Diffstat (limited to 'Modules/FindPythonLibs.cmake')
-rw-r--r--Modules/FindPythonLibs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake
index ab92f86836..d9916a1dfd 100644
--- a/Modules/FindPythonLibs.cmake
+++ b/Modules/FindPythonLibs.cmake
@@ -84,7 +84,7 @@ set(CMAKE_FIND_FRAMEWORK LAST)
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(PythonLibs_FIND_VERSION)
if(PythonLibs_FIND_VERSION_COUNT GREATER 1)