MantisBT - CMake
View Issue Details
0015275CMakeModulespublic2014-12-02 08:592015-05-04 09:05
Arseniy Terekhin 
Rolf Eike Beer 
lowtrivialhave not tried
closedfixed 
CMake 3.0.2 
CMake 3.1CMake 3.1 
0015275: Duplicated lines in FindPythonInterp.cmake
in file `Modules\FindPythonInterp.cmake` you can find
            set(PYTHON_VERSION_MAJOR "1")
            set(PYTHON_VERSION_MAJOR "4")
            set(PYTHON_VERSION_MAJOR "0")
No tags attached.
Issue History
2014-12-02 08:59Arseniy TerekhinNew Issue
2014-12-02 09:29Brad KingAssigned To => Rolf Eike Beer
2014-12-02 09:29Brad KingStatusnew => assigned
2014-12-02 09:30Brad KingNote Added: 0037355
2014-12-02 09:30Brad KingTarget Version => CMake 3.2
2014-12-02 09:40Rolf Eike BeerNote Added: 0037356
2014-12-02 09:40Rolf Eike BeerStatusassigned => resolved
2014-12-02 09:40Rolf Eike BeerResolutionopen => fixed
2014-12-02 09:40Rolf Eike BeerFixed in Version => CMake 3.2
2014-12-09 17:10Rolf Eike BeerFixed in VersionCMake 3.2 => CMake 3.0
2014-12-09 17:10Rolf Eike BeerTarget VersionCMake 3.2 => CMake 3.1
2014-12-09 17:10Rolf Eike BeerFixed in VersionCMake 3.0 => CMake 3.1
2015-05-04 09:05Robert MaynardNote Added: 0038695
2015-05-04 09:05Robert MaynardStatusresolved => closed

Notes
(0037355)
Brad King   
2014-12-02 09:30   
These lines were added here:

 FindPythonInterp: rework the version detection
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7d6db93d [^]

Fortunately they only deal with ancient versions.
(0037356)
Rolf Eike Beer   
2014-12-02 09:40   
Fix pushed to next:
  http://www.cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4c8c3ba912fcca9d9154365d0757ce14b3be0670 [^]

I've based this on origin/release so it could even go into 3.1.
(0038695)
Robert Maynard   
2015-05-04 09:05   
Closing resolved issues that have not been updated in more than 4 months.