[Cmake-commits] CMake branch, master, updated. v3.7.0-rc2-287-ge094c8f

Brad King brad.king at kitware.com
Fri Oct 21 08:59:35 EDT 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  e094c8fa0aa3827b0e81660ad5e29d85b216d60f (commit)
       via  010560be6674def3ce02d05dcf2331230d0c4e91 (commit)
       via  2d3aa94225e259c9bc1c0d469e6326b476d225c1 (commit)
      from  97670dbf2fa567998c26686caa4f03b6f4e78967 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e094c8fa0aa3827b0e81660ad5e29d85b216d60f
commit e094c8fa0aa3827b0e81660ad5e29d85b216d60f
Merge: 97670db 010560b
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Oct 21 08:59:30 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 21 08:59:30 2016 -0400

    Merge topic 'ninja-diagnose-missing-tool'
    
    010560be Ninja: Fail early on when ninja build tool does not run
    2d3aa942 cmGlobalGenerator: Allow FindMakeProgram to fail


-----------------------------------------------------------------------

Summary of changes:
 Source/cmGlobalGenerator.cxx                       |   10 +++++++---
 Source/cmGlobalGenerator.h                         |    2 +-
 Source/cmGlobalGhsMultiGenerator.cxx               |    3 ++-
 Source/cmGlobalGhsMultiGenerator.h                 |    2 +-
 Source/cmGlobalNinjaGenerator.cxx                  |   20 ++++++++++++++++----
 Source/cmGlobalNinjaGenerator.h                    |    2 +-
 Source/cmGlobalVisualStudio10Generator.cxx         |    7 +++++--
 Source/cmGlobalVisualStudio10Generator.h           |    2 +-
 Source/cmGlobalVisualStudio7Generator.cxx          |    7 +++++--
 Source/cmGlobalVisualStudio7Generator.h            |    2 +-
 Source/cmGlobalVisualStudioGenerator.cxx           |    3 ++-
 Source/cmGlobalVisualStudioGenerator.h             |    2 +-
 Source/cmGlobalXCodeGenerator.cxx                  |    3 ++-
 Source/cmGlobalXCodeGenerator.h                    |    2 +-
 .../NinjaToolMissing-result.txt}                   |    0
 Tests/RunCMake/Ninja/NinjaToolMissing-stderr.txt   |    6 ++++++
 .../RunCMake/Ninja/NinjaToolMissing.cmake          |    0
 Tests/RunCMake/Ninja/RunCMakeTest.cmake            |    6 ++++++
 18 files changed, 58 insertions(+), 21 deletions(-)
 copy Tests/RunCMake/{Android/BadSYSROOT-result.txt => Ninja/NinjaToolMissing-result.txt} (100%)
 create mode 100644 Tests/RunCMake/Ninja/NinjaToolMissing-stderr.txt
 copy Modules/IntelVSImplicitPath/hello.f => Tests/RunCMake/Ninja/NinjaToolMissing.cmake (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list