On Tue, May 26, 2009 at 12:32:20PM +0200, bielow wrote: > Currently it seems that only NMake works since any previous VS generator > version will trigger the conversion wizard and then in turn cmake again...
There is a CMake variable which can disable the rule that makes CMake rerun when things get out of date. Unfortunately, I can't remember what it's called or find it in the docs. You might be able to use this to get vs2010 working until official support lands in CMake. tyler _______________________________________________ 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
