install-exit-code-fidelityΒΆ
The
cmake --installcommand now reports a non-zero exit code when an install script fails. Previously, a parallel install (enabled by theINSTALL_PARALLELglobal property) always reported success, and a serial install could lose the failure of an earlier component that exited viacmake_language(EXIT)when a later component succeeded.