Re: [CMake] A little script for creating symlinks for CMake on a Mac.

2014-06-11 Thread Andrew Maclean
Hi Robert Tried it but it doesn't work. It failed with this message: "Failed create symlink installation may be incomplete: /usr/local/bin/ccmake". The problem is that I run as an ordinary user without admin privileges so sudo is required. I have always had this issue with CMake on the Mac hence t

Re: [CMake] A little script for creating symlinks for CMake on a Mac.

2014-06-11 Thread Robert Maynard
With CMake 3.0 we moved to a drag and drop installer, which you have noticed removed the prompt to install command line links. You can install the command line links by launching cmake-gui and running "Tools->Install For Command Line Use". On Tue, Jun 10, 2014 at 8:50 PM, Andrew Maclean wrote: >