Hi all Is there a way to force CMake to re-run itself from within a CMakeLists.txt file? The VXL project auto-determines a bunch of configuration options based on TRY_COMPILE and TRY_RUN tests. If the source for these tests is modified, I want to force CMake to re-run those tests, ignoring the cached values. Thanks, Amitha.