[Cmake-commits] CMake branch, master, updated. v3.6.0-rc4-291-gb1883bc
Brad King
brad.king at kitware.com
Thu Jun 30 09:47:43 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 b1883bc8b7bd4211037bcc181edffdcce646f43a (commit)
via d582c23a47ceef09e80435d6b986e3938f7f1521 (commit)
from 2bef3774276e0b27718107edccd5e107fd72b292 (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=b1883bc8b7bd4211037bcc181edffdcce646f43a
commit b1883bc8b7bd4211037bcc181edffdcce646f43a
Merge: 2bef377 d582c23
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Jun 30 09:47:41 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Jun 30 09:47:41 2016 -0400
Merge topic 'try_compile-config-flags'
d582c23a try_compile: Add policy CMP0066 to honor CMAKE_<LANG>_FLAGS_<CONFIG>
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-policies.7.rst | 8 ++++
Help/policy/CMP0066.rst | 27 +++++++++++
Help/release/dev/try_compile-config-flags.rst | 7 +++
Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst | 2 +
Source/cmCoreTryCompile.cxx | 37 +++++++++++++++
Source/cmPolicies.h | 5 +-
Tests/RunCMake/try_compile/CMP0066-stderr.txt | 15 ++++++
Tests/RunCMake/try_compile/CMP0066-stdout.txt | 4 ++
Tests/RunCMake/try_compile/CMP0066.cmake | 58 ++++++++++++++++++++++++
Tests/RunCMake/try_compile/RunCMakeTest.cmake | 1 +
Tests/RunCMake/try_compile/src.c | 3 ++
11 files changed, 166 insertions(+), 1 deletion(-)
create mode 100644 Help/policy/CMP0066.rst
create mode 100644 Help/release/dev/try_compile-config-flags.rst
create mode 100644 Tests/RunCMake/try_compile/CMP0066-stderr.txt
create mode 100644 Tests/RunCMake/try_compile/CMP0066-stdout.txt
create mode 100644 Tests/RunCMake/try_compile/CMP0066.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list