diff options
author | David Gobbi <david.gobbi@gmail.com> | 2015-09-15 03:44:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-09-16 12:54:04 (GMT) |
commit | 2db092b1f60b3677a2d44d5563bec216ae687e2f (patch) | |
tree | 718a6ded0b2f151f138874d9e5994100811fd7f1 /Modules/FindPythonInterp.cmake | |
parent | 46915ab963639a5c6b0681d984f84059dccf70be (diff) | |
download | CMake-2db092b1f60b3677a2d44d5563bec216ae687e2f.zip CMake-2db092b1f60b3677a2d44d5563bec216ae687e2f.tar.gz CMake-2db092b1f60b3677a2d44d5563bec216ae687e2f.tar.bz2 |
FindPython{Interp,Libs}: Add versions 3.5 and 3.6
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 8784e18..879192e 100644 --- a/Modules/FindPythonInterp.cmake +++ b/Modules/FindPythonInterp.cmake @@ -51,7 +51,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.4 3.3 3.2 3.1 3.0) +set(_PYTHON3_VERSIONS 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) |