> Navigate to a CLEAN build directory and invoke either cmake or cmake-gui
>

Out of source builds work great here. You keep your source in one tree
and your builds in other trees. For me its a choice between 32 and 64
bit builds for different microsoft compilers.

I have my source trees inside of

x:\CMakeBased\<some path>\ProjectName

Then my binary builds are in:

x:\32bit\vc.71\<some path>\ProjectName
x:\32bit\vc.80\<some path>\ProjectName
x:\32bit\vc.90\<some path>\ProjectName

x:\64bit\vc.80\<some path>\ProjectName
x:\64bit\vc.90\<some path>\ProjectName

John
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to