You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2026. It is now read-only.
I don't know when this happened, but at some point the code for checking minimum version requirement was removed. The upcoming new msvc_ options are going to require a higher version number or the ninja scripts won't be generated correctly, so this check needs to be re-instated. Unfortunately, it's too late for previous versions, so this will be in place for future versions.
Description:
I don't know when this happened, but at some point the code for checking minimum version requirement was removed. The upcoming new
msvc_options are going to require a higher version number or the ninja scripts won't be generated correctly, so this check needs to be re-instated. Unfortunately, it's too late for previous versions, so this will be in place for future versions.