With Ninja generator "rebuild_cache" runs cmake twice
This issue was created automatically from an original Mantis Issue. 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?
Edited by Brad King