[CMake] Visual Studio 2010 project not loading with 2.8.10

Bill Hoffman bill.hoffman at kitware.com
Wed Jan 30 19:55:20 EST 2013


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