Hi, On Tue, Nov 02, 2010 at 06:03:57PM -0400, [email protected] wrote: > Message: 4 > Date: Tue, 2 Nov 2010 14:45:35 -0400 > From: David Cole <[email protected]> > Subject: Re: [CMake] How to force the configure step to start over > To: tmp <[email protected]> > Cc: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Elminate the circularity. You'll drive yourself mad. > > :-)
Sounds just about right :) However back to the question itself: to force a re-configure, one could "cmake -E touch" the CMAKE_CURRENT_LIST_FILE, somehow during target building or some such. This is quite certainly not the most direct (nor elegant!) way to force a reconfiguration (any ideas how to force it directly?), but in some situations such a reconfiguration might help. Andreas Mohr _______________________________________________ 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
