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
feat: Fail early if Ninja sources are missing (#303)
Add an explicit check in the top-level `CMakeLists.txt` to verify that the
`ninja-upstream` source directory is present. This helps catch configuration
issues early, especially in environments where the source was cloned without
initializing submodules.
If the directory is missing and the project is under Git, the error suggests
initializing submodules. Otherwise, it indicates an invalid source distribution.
0 commit comments