[Cmake-commits] CMake branch, master, updated. v3.3.0-831-gd427b5e

Brad King brad.king at kitware.com
Thu Aug 13 10:35:14 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  d427b5ec7121255a4cb9bee961e93fc445f15d19 (commit)
       via  675ef165f213a6db1f9d0dfbebf6a0afc5469494 (commit)
      from  7a7922e0201fee6a6f45c702f96ca57a295c68fe (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=d427b5ec7121255a4cb9bee961e93fc445f15d19
commit d427b5ec7121255a4cb9bee961e93fc445f15d19
Merge: 7a7922e 675ef16
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Aug 13 10:35:13 2015 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Aug 13 10:35:13 2015 -0400

    Merge topic 'add-link-search-static-properties-defaults'
    
    675ef165 Allow LINK_SEARCH_{START,END}_STATIC props to have default values.


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

Summary of changes:
 Help/manual/cmake-variables.7.rst                  |    2 +
 Help/prop_tgt/LINK_SEARCH_END_STATIC.rst           |    8 ++-
 Help/prop_tgt/LINK_SEARCH_START_STATIC.rst         |    7 +-
 .../CMAKE_LINK_SEARCH_END_STATIC.rst}              |   12 ++--
 .../CMAKE_LINK_SEARCH_START_STATIC.rst}            |   11 ++-
 Source/cmComputeLinkInformation.cxx                |    8 ++-
 Source/cmTarget.cxx                                |    2 +
 .../RunCMake/set_property/LINK_SEARCH_STATIC.cmake |   73 ++++++++++++++++++++
 .../set_property}/LinkStatic.c                     |    0
 Tests/RunCMake/set_property/RunCMakeTest.cmake     |    1 +
 10 files changed, 111 insertions(+), 13 deletions(-)
 copy Help/{prop_tgt/LINK_SEARCH_END_STATIC.rst => variable/CMAKE_LINK_SEARCH_END_STATIC.rst} (68%)
 copy Help/{prop_tgt/LINK_SEARCH_START_STATIC.rst => variable/CMAKE_LINK_SEARCH_START_STATIC.rst} (73%)
 create mode 100644 Tests/RunCMake/set_property/LINK_SEARCH_STATIC.cmake
 copy Tests/{LinkStatic => RunCMake/set_property}/LinkStatic.c (100%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list