[CMake] Using gcc as an alternative compiler on windows

John Drescher drescherjm at gmail.com
Wed Jan 20 13:03:43 EST 2010


> 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


More information about the CMake mailing list