]> git.pld-linux.org Git - packages/cmake.git/blob - cmake-findpython.patch
- rel 3; min-ver fix still needed
[packages/cmake.git] / cmake-findpython.patch
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
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)
7 -set(_PYTHON3_VERSIONS 3.4 3.3 3.2 3.1 3.0)
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.02348 seconds and 3 git commands to generate.