[Cmake-commits] CMake branch, master, updated. v3.5.0-rc3-147-g79d4b5b
Brad King
brad.king at kitware.com
Fri Feb 26 10:31:30 EST 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 79d4b5bec911f057c87dd6c558cbe112afbc3a7e (commit)
via 7f1bd9fe6910f7633d98dec018cc01331a46b87e (commit)
from cc7a1b194152a171725ae9cb66c6de1e710b4ecb (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=79d4b5bec911f057c87dd6c558cbe112afbc3a7e
commit 79d4b5bec911f057c87dd6c558cbe112afbc3a7e
Merge: cc7a1b1 7f1bd9f
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Feb 26 10:31:28 2016 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Feb 26 10:31:28 2016 -0500
Merge topic 'try_compile-target-type'
7f1bd9fe try_compile: Add option to control type of target
-----------------------------------------------------------------------
Summary of changes:
Help/command/try_compile.rst | 3 +
Help/manual/cmake-variables.7.rst | 1 +
Help/release/dev/try_compile-target-type.rst | 8 +++
Help/variable/CMAKE_TRY_COMPILE_TARGET_TYPE.rst | 15 ++++
Source/cmCoreTryCompile.cxx | 73 +++++++++++++++++---
Source/cmCoreTryCompile.h | 6 +-
Source/cmTryCompileCommand.cxx | 2 +-
Source/cmTryRunCommand.cxx | 2 +-
Tests/RunCMake/try_compile/RunCMakeTest.cmake | 4 ++
Tests/RunCMake/try_compile/TargetTypeExe.cmake | 14 ++++
.../TargetTypeInvalid-result.txt} | 0
.../try_compile/TargetTypeInvalid-stderr.txt | 5 ++
Tests/RunCMake/try_compile/TargetTypeInvalid.cmake | 2 +
Tests/RunCMake/try_compile/TargetTypeStatic.cmake | 14 ++++
Tests/RunCMake/try_compile/other.c | 1 +
15 files changed, 135 insertions(+), 15 deletions(-)
create mode 100644 Help/release/dev/try_compile-target-type.rst
create mode 100644 Help/variable/CMAKE_TRY_COMPILE_TARGET_TYPE.rst
create mode 100644 Tests/RunCMake/try_compile/TargetTypeExe.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => try_compile/TargetTypeInvalid-result.txt} (100%)
create mode 100644 Tests/RunCMake/try_compile/TargetTypeInvalid-stderr.txt
create mode 100644 Tests/RunCMake/try_compile/TargetTypeInvalid.cmake
create mode 100644 Tests/RunCMake/try_compile/TargetTypeStatic.cmake
create mode 100644 Tests/RunCMake/try_compile/other.c
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list