[Cmake-commits] CMake branch, master, updated. v3.5.2-779-g36d9a01

Brad King brad.king at kitware.com
Thu May 26 09:52:14 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  36d9a01a31560ff3eb66e914c0a36a5d6a09844a (commit)
       via  d256ba078a10001883487ed6af746af5b9cd9608 (commit)
       via  fb4791b37ccea1f38b8625b31df952408ab942f3 (commit)
      from  67cc866877287743bc0aa725ad9d3298d8ccc3dd (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=36d9a01a31560ff3eb66e914c0a36a5d6a09844a
commit 36d9a01a31560ff3eb66e914c0a36a5d6a09844a
Merge: 67cc866 d256ba0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu May 26 09:52:12 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu May 26 09:52:12 2016 -0400

    Merge topic 'try_compile-custom-variables'
    
    d256ba07 try_compile: Optionally forward custom platform variables to test project
    fb4791b3 cmCoreTryCompile: Refactor forwarding of variables to test project


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

Summary of changes:
 Help/command/try_compile.rst                       |    4 +
 Help/manual/cmake-variables.7.rst                  |    1 +
 Help/release/dev/try_compile-custom-variables.rst  |    7 +
 .../CMAKE_TRY_COMPILE_PLATFORM_VARIABLES.rst       |   10 ++
 Source/cmCoreTryCompile.cxx                        |  143 ++++++++++----------
 Tests/RunCMake/try_compile/PlatformVariables.cmake |   23 ++++
 Tests/RunCMake/try_compile/RunCMakeTest.cmake      |    4 +
 7 files changed, 118 insertions(+), 74 deletions(-)
 create mode 100644 Help/release/dev/try_compile-custom-variables.rst
 create mode 100644 Help/variable/CMAKE_TRY_COMPILE_PLATFORM_VARIABLES.rst
 create mode 100644 Tests/RunCMake/try_compile/PlatformVariables.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list