install-exit-code-fidelityΒΆ

  • The cmake --install command now reports a non-zero exit code when an install script fails. Previously, a parallel install (enabled by the INSTALL_PARALLEL global property) always reported success, and a serial install could lose the failure of an earlier component that exited via cmake_language(EXIT) when a later component succeeded.