[CMake] VC2010 Express + CMake = fails

Bill Hoffman bill.hoffman at kitware.com
Fri Nov 18 23:48:07 EST 2011


On 11/18/2011 6:58 PM, Robert Dailey wrote:
> Well since this is VC Express, I don't have a "devenv.com
> <http://devenv.com>" file in my Common7 folder, so I guess that explains it?
>
> Shouldn't CMake support VC2010 express?
>
> ---------

It does, it is just confused because you have two compilers...

See Modules/CMakeVS10FindMake.cmake  for the logic.  Basically, you need 
to set CMAKE_MAKE_PROGRAM to MSBuild I think.   I can't remember but I 
think there was some issue with VCExpress.exe and VS 2010 not working at 
all.

-Bill



More information about the CMake mailing list