[CMake] Visual Studio 2010 project not loading with 2.8.10

---- ---- ----
Wed Jan 30 19:56:21 EST 2013


There's only one target and it's the one that fails

-----Original Message-----
From: Bill Hoffman [mailto:bill.hoffman at kitware.com] 
Sent: Wednesday, January 30, 2013 4:55 PM
To: ---- ----; cmake
Subject: Re: [CMake] Visual Studio 2010 project not loading with 2.8.10

Putting this back on the cmake mailing list.

On 1/30/2013 7:48 PM, ---- ---- wrote:
> Yes it does.
>
> I'd wager it has something to do with what I'm doing in my 
> CMakeLists.txt. Nothing strange. Just lots of SOURCE_GROUP's, perforce 
> integration and some Qt moc and uic calls from macros. The project is 
> big but not complicated.
>
> I took a quick look at the diff between the 2.8.7 generated vcxproj 
> file and the one generated by 2.8.10. The vast majority of the changes 
> were moved ClInclude/ClCompile tags, relative paths replacing absolute 
> paths and the <ProgramDataBaseFileName> tag changing to 
> <ProgramDataBaseFile>
>
> I know that's not much help. The generator I'm using is "Visual Studio 
> 10"
>
> Is there a way to analyze the generated vcxproj file to see what the 
> errors are?

One thing you could try is to load the .vcxproj files individually and see if there is a particular target that is causing the trouble.

-Bill




More information about the CMake mailing list