[CMake] Visual Studio 2010 project not loading with 2.8.10

Bill Hoffman bill.hoffman at kitware.com
Wed Jan 30 19:28:40 EST 2013


On 1/30/2013 6:03 PM, ---- ---- wrote:
> Hey there. I recently switched from CMAKE 2.8.7 to 2.8.10 and found that
> my new fresh generated vcxproj file does not load in VS 2010 where the
> old one generated by 2.8.7 loads correctly. I just gives a generic error
> that one or more projects could not be loaded. I want to move to 2.8.10
> because it has more advanced generator expressions. What do I need to
> supply to you to help me figure out what the issue is?
>
> Thanks in advance for your help
>
Should work.  Did you:

- start from a clean build tree
- pick the correct generator
- does it work for a simple project   add_library(foo foo.c)  (where 
foo.c is an empty file)


-Bill



More information about the CMake mailing list