summaryrefslogtreecommitdiffstats
path: root/Modules/FindPythonLibs.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-03-07 16:06:35 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-03-07 16:06:35 (GMT)
commit83722f34f7b19ca288bfca6939e115554a63192a (patch)
tree2cd2b55d738a8ceefabb93b97efb40b716dd29ab /Modules/FindPythonLibs.cmake
parent849baff8e6b5744609830f9b55f048a3279ca0f1 (diff)
parentab6201ab647c13fee44c44822b8502e9848faaaf (diff)
downloadCMake-83722f34f7b19ca288bfca6939e115554a63192a.zip
CMake-83722f34f7b19ca288bfca6939e115554a63192a.tar.gz
CMake-83722f34f7b19ca288bfca6939e115554a63192a.tar.bz2
Merge topic 'python-3.4'
ab6201ab FindPython{Interp,Libs}: Search for Python 3.4.
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 656ed7b..40c7d50 100644
--- a/Modules/FindPythonLibs.cmake
+++ b/Modules/FindPythonLibs.cmake
@@ -51,7 +51,7 @@ CMAKE_FIND_FRAMEWORKS(Python)
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.3 3.2 3.1 3.0)
+set(_PYTHON3_VERSIONS 3.4 3.3 3.2 3.1 3.0)
if(PythonLibs_FIND_VERSION)
if(PythonLibs_FIND_VERSION_COUNT GREATER 1)