There's only one target and it's the one that fails -----Original Message----- From: Bill Hoffman [mailto:[email protected]] Sent: Wednesday, January 30, 2013 4:55 PM To: REDACTED; 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, REDACTED 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 -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
