[Cmake-commits] CMake branch, master, updated. v2.8.7-721-gf2b44c6
Brad King
brad.king at kitware.com
Mon Mar 19 14:42:05 EDT 2012
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 f2b44c64fc1842ef355f80337d1260bd7594da55 (commit)
via 0cf84472d7bf7c62b4f7db5052765cb88ec29eef (commit)
via 56ae3f94129aebd03af6778895a322a86dc9db77 (commit)
via 16c0c7376c4ab26a4f0ec667f5888ba746a0617e (commit)
from 0e339f70542089b68a4ae35df53e05c195ac259f (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=f2b44c64fc1842ef355f80337d1260bd7594da55
commit f2b44c64fc1842ef355f80337d1260bd7594da55
Merge: 0e339f7 0cf8447
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Mar 19 14:42:03 2012 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Mar 19 14:42:03 2012 -0400
Merge topic 'find_package_set_FOUND_VariableInConfigFile'
0cf8447 find_package: additional test for checking the error message
56ae3f9 find_package: add test for setting Foo_FOUND to FALSE in a Config file
16c0c73 find_package: allow <pkg>Config.cmake to set <pkg>_FOUND to FALSE
-----------------------------------------------------------------------
Summary of changes:
Source/cmFindPackageCommand.cxx | 38 +++++++++++++++++--
Tests/FindPackageTest/CMakeLists.txt | 12 ++++++
.../cmake/SetFoundFALSEConfig.cmake | 1 +
.../FindPackageTest/cmake/SetFoundTRUEConfig.cmake | 1 +
Tests/RunCMake/find_package/RunCMakeTest.cmake | 1 +
.../RunCMake/find_package/SetFoundFALSE-stderr.txt | 9 +++++
Tests/RunCMake/find_package/SetFoundFALSE.cmake | 2 +
.../find_package/SetFoundFALSEConfig.cmake | 1 +
8 files changed, 61 insertions(+), 4 deletions(-)
create mode 100644 Tests/FindPackageTest/cmake/SetFoundFALSEConfig.cmake
create mode 100644 Tests/FindPackageTest/cmake/SetFoundTRUEConfig.cmake
create mode 100644 Tests/RunCMake/find_package/SetFoundFALSE-stderr.txt
create mode 100644 Tests/RunCMake/find_package/SetFoundFALSE.cmake
create mode 100644 Tests/RunCMake/find_package/SetFoundFALSEConfig.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list