[Cmake-commits] CMake branch, master, updated. v3.8.0-rc1-142-gf3e8a89

Brad King brad.king at kitware.com
Fri Feb 17 08:46:17 EST 2017


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  f3e8a89a9b9a859b0e55abe474f85858a3cb2f40 (commit)
       via  1ba91291e3237e5535a46c6ff1bce6a33d298a76 (commit)
       via  f7b9bf41c5386dfc38b7a722f75b0e23a02d542b (commit)
       via  4bff2d14fd3010ba4aa1bfc3eda2fb2cdcc5da0f (commit)
       via  624fb9d7175ee011f8a86c8d7614be4806a53184 (commit)
      from  988c63527ded3cfcb0469532a00c12abe7bc8d0c (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=f3e8a89a9b9a859b0e55abe474f85858a3cb2f40
commit f3e8a89a9b9a859b0e55abe474f85858a3cb2f40
Merge: 988c635 1ba9129
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Fri Feb 17 08:46:14 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Feb 17 08:46:14 2017 -0500

    Merge topic 'install_name_policy'
    
    1ba91291 Add policy CMP0068 separate install_name and RPATH settings on macOS
    f7b9bf41 Apple: Add BUILD_WITH_INSTALL_NAME_DIR target property
    4bff2d14 Apple: Refactor support for using INSTALL_NAME_DIR.
    624fb9d7 Help: Format BUILD_WITH_INSTALL_RPATH documentation


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

Summary of changes:
 Help/manual/cmake-policies.7.rst                   |    8 ++
 Help/manual/cmake-properties.7.rst                 |    1 +
 Help/manual/cmake-variables.7.rst                  |    1 +
 Help/policy/CMP0068.rst                            |   35 ++++++++
 Help/prop_tgt/BUILD_WITH_INSTALL_NAME_DIR.rst      |   13 +++
 Help/prop_tgt/BUILD_WITH_INSTALL_RPATH.rst         |   18 ++--
 Help/release/dev/install_name_policy.rst           |   11 +++
 .../variable/CMAKE_BUILD_WITH_INSTALL_NAME_DIR.rst |    7 ++
 Source/cmGeneratorTarget.cxx                       |   86 +++++++++++++++-----
 Source/cmGeneratorTarget.h                         |   10 +++
 Source/cmGlobalGenerator.cxx                       |   25 ++++++
 Source/cmGlobalGenerator.h                         |    3 +
 Source/cmPolicies.h                                |    8 +-
 Source/cmTarget.cxx                                |    1 +
 .../CMP0068-NEW-result.txt}                        |    0
 Tests/RunCMake/CMP0068/CMP0068-NEW.cmake           |    6 ++
 .../CMP0068-OLD-result.txt}                        |    0
 Tests/RunCMake/CMP0068/CMP0068-OLD.cmake           |    6 ++
 .../CMP0068-WARN-result.txt}                       |    0
 Tests/RunCMake/CMP0068/CMP0068-WARN-stderr.txt     |   12 +++
 .../CMP0068-WARN.cmake}                            |    3 +
 Tests/RunCMake/{CMP0051 => CMP0068}/CMakeLists.txt |    2 +-
 Tests/RunCMake/CMP0068/RunCMakeTest.cmake          |    5 ++
 .../Export => RunCMake/CMP0068}/empty.cpp          |    0
 Tests/RunCMake/CMakeLists.txt                      |    3 +
 .../RunCMake/TargetPolicies/PolicyList-stderr.txt  |    1 +
 Tests/RunCMake/install/EXPORT-OldIFace.cmake       |    1 +
 27 files changed, 236 insertions(+), 30 deletions(-)
 create mode 100644 Help/policy/CMP0068.rst
 create mode 100644 Help/prop_tgt/BUILD_WITH_INSTALL_NAME_DIR.rst
 create mode 100644 Help/release/dev/install_name_policy.rst
 create mode 100644 Help/variable/CMAKE_BUILD_WITH_INSTALL_NAME_DIR.rst
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CMP0068/CMP0068-NEW-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0068/CMP0068-NEW.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CMP0068/CMP0068-OLD-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0068/CMP0068-OLD.cmake
 copy Tests/RunCMake/{CMP0022/CMP0022-WARN-empty-old-result.txt => CMP0068/CMP0068-WARN-result.txt} (100%)
 create mode 100644 Tests/RunCMake/CMP0068/CMP0068-WARN-stderr.txt
 copy Tests/RunCMake/{CMP0042/CMP0042-WARN.cmake => CMP0068/CMP0068-WARN.cmake} (69%)
 copy Tests/RunCMake/{CMP0051 => CMP0068}/CMakeLists.txt (63%)
 create mode 100644 Tests/RunCMake/CMP0068/RunCMakeTest.cmake
 copy Tests/{ExportImport/Export => RunCMake/CMP0068}/empty.cpp (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list