[CMake] OS X build directory

Alexander Neundorf a.neundorf-work at gmx.net
Mon Sep 17 12:02:26 EDT 2007


On Monday 17 September 2007 11:48, Mike Jackson wrote:
> The easiest way is to create the folder BEFORE cmake is run. I do the
> same thing on OS X for gcc and intel compilers.
>
> mkdir intel; cd intel; ccmake ../
> mdkir gcc; cd gcc; ccmake ../

Yes.

> Unless Cmake takes as an argument the build directory to use? Don't
> know the answer to that one.

No, it uses the current directory as build directory.

Alex


More information about the CMake mailing list