MantisBT - CMake
View Issue Details
0006158CMakeCMakeSetuppublic2007-12-13 10:562007-12-14 09:36
Sean McBride 
 
normalmajoralways
closedwon't fix 
Mac OS XMac OS X10.5
 
 
0006158: Binary CMake distribution on Mac OS X should install in /usr/local not /usr
The summary says it all really. /usr is full of all kinds of stuff that comes with the OS and /usr/local is empty by default. It's way less messy if CMake would put itself in /usr/local. This is the norm with other software.

No tags attached.
Issue History
2007-12-13 10:56Sean McBrideNew Issue
2007-12-14 09:35Bill HoffmanNote Added: 0009880
2007-12-14 09:36Bill HoffmanStatusnew => closed
2007-12-14 09:36Bill HoffmanResolutionopen => won't fix

Notes
(0009880)
Bill Hoffman   
2007-12-14 09:35   
The problem is that /usr/local is not in the default path. So you would install cmake, and it would not work without a modification to your setup.