With Ninja generator "rebuild_cache" runs cmake twice
This issue was created automatically from an original [Mantis Issue](https://cmake.org/Bug/view.php?id=15830). Further discussion may take place here. --- When running the "rebuild_cache" target, Ninja will first rerun CMake to make its build.ninja file and then run the rebuild_cache target which reruns CMake again. Is it possible to reduce it to rebuild-if-necessary?
issue