Indeed, after upgrading to cmake 2.6.0 I don't have those problems anymore.

Thanks a lot!

David

Zitat von Bill Hoffman <[EMAIL PROTECTED]>:

John Biddiscombe wrote:
Yes. me too. it's very annoying. If a cmakelists file is touched when I build paraview (but individual projects are not actually changed), the entire 120 odd project/targets need to be reloaded and its quicker to just terminate the app and restart. For a while cmake did some sort of macro wizardry which automatically reloaded the solution. Then it stopped doing it (I'm using cmake 2.4.8 so probably I should upgrade).


This was addressed in CMake 2.6.0.  We install a macro that allows us
to only have one reload, and the build actually continues.   This never
worked in 2.4.8.  Some versions of visual studio only had one reload
but it did not work reliably.

-Bill



_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to