[CMake] CMake and multiple Microsoft compilers on windows

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Fri Mar 20 15:02:17 EDT 2009


John Drescher schrieb:
> On my windows XP box, I have VC6, 2003, 2005 and 2008 installed and I
> have selected VS2005 for the build however all the CMake checks are
> happening for VC6. It does not seem to cause any harm but what about
> header and library differences between the compilers? I mean all the
> checks for stl ... are probably for the stl that is included with vc6
> and not vs2005 (which I know is not the same).
> 
You have to make sure your build environment is set up correct. This is 
normally done by selecting the correct 'Visual Studio Command Prompt' 
from the start menu.


HTH
Christian


More information about the CMake mailing list