[CMake] VS Plugin error with VS 2010 and CMake 2.8.3 RC1
John Drescher
drescherjm at gmail.com
Wed Sep 22 16:48:25 EDT 2010
> 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
More information about the CMake
mailing list