> I know I'll be heartily flamed for even suggesting this, but .... the way I
> work with VS is to shut it down (or at least close the solution file), run
> cmake or cmake-gui by hand outside of Visual Studio, and then open up the
> sln file again with VS. This avoids the problem you're reporting, but I
> realize it is not ideal.
> I welcome any suggestions for how to get this stuff to work again with VS
> 2010. I'm stumped on it...
>

I usually do that when I want to rebuild after a large change to the
CMakeLists.txt. I close the solution and have cmake generate then
inside a Visual Studio command prompt I execute vcbuild /M8 in the
build folder on my i7 or  vcbuild /M4 when I am using a quad core..


John
_______________________________________________
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

Reply via email to