Skip to content

Explicitly check if cmake needs to reconfigure before running the actual build command in case of 'cmake --build'.

Explicitly check if cmake needs to reconfigure before running the actual build command in case of 'cmake --build'. This avoids building a possibly out-of-date solution file in case of an msbuild-based generator.

This is based on discussion on the mailing list:

Merge request reports