[CMake] Unable to create project files with Visual Studio 2010 on Windows 7

Bill Hoffman bill.hoffman at kitware.com
Wed Jan 7 16:32:20 EST 2015


On 1/6/2015 7:10 PM, David.Karr at engilitycorp.com wrote:
> I have just started using a new Windows 7 host with Visual Studio 2010
> Professional. When I call CMake to generate my project files, I get the
> following output in CMakeError.log:
Does your visual studio work without CMake?  Can you create a simple 
project with the IDE and build it?   Can you then build that project 
from the command line like CMake does:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe 
yourproject.vcxproj /p:Configuration=Debug


-Bill



More information about the CMake mailing list