[cmake-developers] [CMake 0015320]: Xcode with space in path can not be used to run CMake

2014-12-19 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=15320 == Reported By:Stephen Kelly Assigned To:

[cmake-developers] Proposed change to behavior of find_program

2014-12-19 Thread Thompson, KT
CMake developers, I am proposing a small change to SystemTools.cxx to address a problem I have on multiple systems. I need find_program to return the path to an executable file that is not marked with the read permission bit, but is marked with the execute bit (e.g.: chmod 111 file). On

Re: [cmake-developers] Proposed change to behavior of find_program

2014-12-19 Thread Thompson, KT
Hmm. It looks my original proposal breaks some backward compatibility. Maybe this patch is better: --- a/Source/kwsys/SystemTools.cxx +++ b/Source/kwsys/SystemTools.cxx @@ -1148,13 +1148,13 @@ bool SystemTools::FileExists(const kwsys_stl::string filename) { return