]> git.pld-linux.org Git - packages/cmake.git/blame - cmake-findpython.patch
- rel 2; fixes version checking bug
[packages/cmake.git] / cmake-findpython.patch
CommitLineData
fe46a853
JB
1--- cmake-3.0.2/Modules/FindPythonLibs.cmake~ 2014-01-16 18:15:08.000000000 +0100
2+++ cmake-3.0.2/Modules/FindPythonLibs.cmake 2014-10-21 11:59:07.048973118 +0200
1269f267
AM
3@@ -38,7 +38,7 @@
4
5 set(_PYTHON1_VERSIONS 1.6 1.5)
6 set(_PYTHON2_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
fe46a853 7-set(_PYTHON3_VERSIONS 3.4 3.3 3.2 3.1 3.0)
1269f267
AM
8+set(_PYTHON3_VERSIONS 3.5 3.4 3.3 3.2 3.1 3.0)
9
10 if(PythonLibs_FIND_VERSION)
11 if(PythonLibs_FIND_VERSION MATCHES "^[0-9]+\\.[0-9]+(\\.[0-9]+.*)?$")
This page took 0.047165 seconds and 4 git commands to generate.