[Cmake-commits] CMake branch, master, updated. v2.8.11.1-340-g7bf42bf
Brad King
brad.king at kitware.com
Mon Jun 24 08:37:32 EDT 2013
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 7bf42bf9cc7f987337767655f59d8eabd77b81fe (commit)
via 482f1122ad5db4c51b26a6e943b4bb5ef3d800cc (commit)
from a0039a00fa9c8c0b8c2699492602cd926027029c (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=7bf42bf9cc7f987337767655f59d8eabd77b81fe
commit 7bf42bf9cc7f987337767655f59d8eabd77b81fe
Merge: a0039a0 482f112
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Jun 24 08:37:30 2013 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Jun 24 08:37:30 2013 -0400
Merge topic 'add-try_compile-options'
482f112 try_compile: Add signature to allow multiple SOURCES
-----------------------------------------------------------------------
Summary of changes:
Source/cmCoreTryCompile.cxx | 152 ++++++++++++--------
Source/cmTryCompileCommand.h | 10 +-
.../BadSources1-result.txt} | 0
Tests/RunCMake/try_compile/BadSources1-stderr.txt | 12 ++
Tests/RunCMake/try_compile/BadSources1.cmake | 1 +
.../BadSources2-result.txt} | 0
Tests/RunCMake/try_compile/BadSources2-stderr.txt | 12 ++
Tests/RunCMake/try_compile/BadSources2.cmake | 5 +
.../NoSources-result.txt} | 0
Tests/RunCMake/try_compile/NoSources-stderr.txt | 4 +
Tests/RunCMake/try_compile/NoSources.cmake | 1 +
Tests/RunCMake/try_compile/RunCMakeTest.cmake | 3 +
Tests/TryCompile/CMakeLists.txt | 18 +++
.../main.c => TryCompile/fail2a.c} | 0
Tests/TryCompile/fail2b.c | 1 +
Tests/TryCompile/pass2a.c | 2 +
Tests/TryCompile/pass2b.cxx | 1 +
17 files changed, 159 insertions(+), 63 deletions(-)
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => try_compile/BadSources1-result.txt} (100%)
create mode 100644 Tests/RunCMake/try_compile/BadSources1-stderr.txt
create mode 100644 Tests/RunCMake/try_compile/BadSources1.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => try_compile/BadSources2-result.txt} (100%)
create mode 100644 Tests/RunCMake/try_compile/BadSources2-stderr.txt
create mode 100644 Tests/RunCMake/try_compile/BadSources2.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => try_compile/NoSources-result.txt} (100%)
create mode 100644 Tests/RunCMake/try_compile/NoSources-stderr.txt
create mode 100644 Tests/RunCMake/try_compile/NoSources.cmake
copy Tests/{CMakeOnly/LinkInterfaceLoop/main.c => TryCompile/fail2a.c} (100%)
create mode 100644 Tests/TryCompile/fail2b.c
create mode 100644 Tests/TryCompile/pass2a.c
create mode 100644 Tests/TryCompile/pass2b.cxx
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list