MantisBT - CMake
View Issue Details
0000423CMakepublic2003-12-08 15:552012-06-18 08:55
Brad King 
Brad King 
normalminoralways
closedfixed 
 
 
0000423: The Python framework is not always found on OSX
OSX defines several locations in which frameworks may be installed:

~/Library/Frameworks/Python.framework
/Library/Frameworks/Python.framework
/System/Library/Frameworks/Python.framework
/Network/Library/Frameworks/Python.framework

FindPythonLibs.cmake is not searching all of these places.
No tags attached.
related to 0013312closed David Cole Finding the tk.framework inside of Xcode 4.3 fails to find the private headers 
Issue History
2012-06-18 08:55Brad KingRelationship addedrelated to 0013312

Notes
(0000431)
Brad King   
2003-12-29 16:18   
Fixed in main tree. All valid framework locations are now searched.

Checking in CMakeFindFrameworks.cmake;
/cvsroot/CMake/CMake/Modules/CMakeFindFrameworks.cmake,v <-- CMakeFindFrameworks.cmake
initial revision: 1.1
done
Checking in FindPythonLibs.cmake;
/cvsroot/CMake/CMake/Modules/FindPythonLibs.cmake,v <-- FindPythonLibs.cmake
new revision: 1.19; previous revision: 1.18
done
Checking in FindTCL.cmake;
/cvsroot/CMake/CMake/Modules/FindTCL.cmake,v <-- FindTCL.cmake
new revision: 1.30; previous revision: 1.29
done
(0000432)
Brad King   
2003-12-29 16:20   
Fix has been merged to 1.8 branch for 1.8.3 release.