[Cmake-commits] CMake branch, master, updated. v2.8.10.2-769-g9d43941
Brad King
brad.king at kitware.com
Mon Feb 25 13:12:07 EST 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 9d4394148a5180c46aee249564de44609fbe2594 (commit)
via f17711c546304a5e62a06796e0124c64284bfb9a (commit)
via c1f5780e2d25015ba22dd0a7c8d43c925a62a7f6 (commit)
via 7bb1abe56a05ccc50ff2c56e2df60f305af17ca4 (commit)
from b887bca6ee3651857be663fe1f2e2f2c1ed1ac1e (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=9d4394148a5180c46aee249564de44609fbe2594
commit 9d4394148a5180c46aee249564de44609fbe2594
Merge: b887bca f17711c
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Feb 25 13:12:05 2013 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Feb 25 13:12:05 2013 -0500
Merge topic 'FPHSA_FOUND_VAR_OPTION'
f17711c FPHSA: Convert FOUND_VAR failure test to RunCMake
c1f5780 FPHSA: improve documentation
7bb1abe FPHSA: Add FOUND_VAR option to specify _FOUND variable name
-----------------------------------------------------------------------
Summary of changes:
Modules/FindPackageHandleStandardArgs.cmake | 67 +++++++++++++-------
Tests/FindPackageTest/CMakeLists.txt | 10 +++
Tests/FindPackageTest/FindSomePackage.cmake | 6 ++
Tests/FindPackageTest/FindUpperCasePackage.cmake | 6 ++
Tests/RunCMake/CMakeLists.txt | 1 +
.../BadFoundVar-result.txt} | 0
Tests/RunCMake/FPHSA/BadFoundVar-stderr.txt | 7 ++
Tests/RunCMake/FPHSA/BadFoundVar.cmake | 3 +
Tests/RunCMake/{CMP0004 => FPHSA}/CMakeLists.txt | 0
Tests/RunCMake/FPHSA/FindBadFoundVar.cmake | 6 ++
Tests/RunCMake/FPHSA/RunCMakeTest.cmake | 3 +
11 files changed, 86 insertions(+), 23 deletions(-)
create mode 100644 Tests/FindPackageTest/FindSomePackage.cmake
create mode 100644 Tests/FindPackageTest/FindUpperCasePackage.cmake
copy Tests/RunCMake/{CMP0004/CMP0004-NEW-result.txt => FPHSA/BadFoundVar-result.txt} (100%)
create mode 100644 Tests/RunCMake/FPHSA/BadFoundVar-stderr.txt
create mode 100644 Tests/RunCMake/FPHSA/BadFoundVar.cmake
copy Tests/RunCMake/{CMP0004 => FPHSA}/CMakeLists.txt (100%)
create mode 100644 Tests/RunCMake/FPHSA/FindBadFoundVar.cmake
create mode 100644 Tests/RunCMake/FPHSA/RunCMakeTest.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list