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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
