[Cmake-commits] CMake branch, master, updated. v3.2.2-1136-g912dff6

Brad King brad.king at kitware.com
Fri May 15 11:22:31 EDT 2015


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  912dff6253891dacb6a0196456adab26516a0949 (commit)
       via  b85d3b66c63afa1ce7f30439deee524241b1efdc (commit)
       via  501c237a83001a8783b2249bd5f5066c3472a2aa (commit)
      from  e0a2be659f0e7262291ce2e9ece09c1812e41565 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=912dff6253891dacb6a0196456adab26516a0949
commit 912dff6253891dacb6a0196456adab26516a0949
Merge: e0a2be6 b85d3b6
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri May 15 11:22:29 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri May 15 11:22:29 2015 -0400

    Merge topic 'disallow-install-of-export'
    
    b85d3b66 install: Disallow installing export() result.
    501c237a install: Use an intermediate filesVector variable.


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

Summary of changes:
 Help/manual/cmake-policies.7.rst                   |    1 +
 Help/policy/CMP0062.rst                            |   27 +++++++++++
 Help/release/dev/disallow-install-of-export.rst    |    5 ++
 Source/cmInstallCommand.cxx                        |   49 ++++++++++++++++++--
 Source/cmPolicies.h                                |    3 ++
 .../CMP0062-NEW-result.txt}                        |    0
 Tests/RunCMake/install/CMP0062-NEW-stderr.txt      |   11 +++++
 Tests/RunCMake/install/CMP0062-NEW.cmake           |    6 +++
 .../CMP0062-OLD-result.txt}                        |    0
 Tests/RunCMake/install/CMP0062-OLD.cmake           |    6 +++
 .../CMP0062-WARN-result.txt}                       |    0
 Tests/RunCMake/install/CMP0062-WARN-stderr.txt     |   16 +++++++
 Tests/RunCMake/install/CMP0062-WARN.cmake          |    4 ++
 Tests/RunCMake/install/RunCMakeTest.cmake          |    3 ++
 14 files changed, 128 insertions(+), 3 deletions(-)
 create mode 100644 Help/policy/CMP0062.rst
 create mode 100644 Help/release/dev/disallow-install-of-export.rst
 copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => install/CMP0062-NEW-result.txt} (100%)
 create mode 100644 Tests/RunCMake/install/CMP0062-NEW-stderr.txt
 create mode 100644 Tests/RunCMake/install/CMP0062-NEW.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => install/CMP0062-OLD-result.txt} (100%)
 create mode 100644 Tests/RunCMake/install/CMP0062-OLD.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => install/CMP0062-WARN-result.txt} (100%)
 create mode 100644 Tests/RunCMake/install/CMP0062-WARN-stderr.txt
 create mode 100644 Tests/RunCMake/install/CMP0062-WARN.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list