Re: [CMake] User-accessible hook on internal cmake_check_build_system target?

2010-09-07 Thread Brad King
On 09/07/2010 04:27 PM, Andreas Mohr wrote: > Or well, ideally there would be a way to have a nice clean chain between > starting CMake execution, realizing that vcproj2cmake needs to process an > update, > _then_ realizing that CMakeLists.txt changed and starting a configure > run, and then conti

[CMake] User-accessible hook on internal cmake_check_build_system target?

2010-09-07 Thread Andreas Mohr
Hello all, as part of http://vcproj2cmake.sf.net , I've got some "rebuilder" targets registered which - upon starting a build - automatically re-run vcproj2cmake on the .vcproj files in case they got updated and thus need to have a new conversion run to CMakeLists.txt files. Problem is: a) the re