[Cmake-commits] CMake branch, master, updated. v3.4.1-624-g65dc417
Brad King
brad.king at kitware.com
Fri Dec 4 09:54:16 EST 2015
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 65dc4170f858d561144a3c79397f4d2822bae4b6 (commit)
via d60cef773659d69ed2fce9b963d788ab422679b9 (commit)
via 9fd987507622c585f4e0131678654e0643fd9a50 (commit)
via 3f9b081f6ee85e0691c36496d989edbe8382589d (commit)
via 01c80acdbdadf3811bc0a6cab0c28469a4e9f5b7 (commit)
via 5183c6e5dd6ff2bbb5cce33a6f8b6b1d74dfe217 (commit)
via 8a60e6961e84fc3177d2439fe6b2b5f972104cd9 (commit)
from d4767fca963e97ec2147a343e24ec366cc2646cb (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=65dc4170f858d561144a3c79397f4d2822bae4b6
commit 65dc4170f858d561144a3c79397f4d2822bae4b6
Merge: d4767fc d60cef7
Author: Brad King <brad.king at kitware.com>
AuthorDate: Fri Dec 4 09:54:13 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Dec 4 09:54:13 2015 -0500
Merge topic 'FindBoost-imported-targets'
d60cef77 Help: Add notes for topic 'FindBoost-imported-targets.rst'
9fd98750 Tests: Add FindBoost testcase for imported targets
3f9b081f FindBoost: Add imported targets
01c80acd FindBoost: Automatically add missing component dependencies
5183c6e5 FindBoost: Embed component dependency table
8a60e696 Utilities: Add BoostScanDeps script
-----------------------------------------------------------------------
Summary of changes:
Help/release/dev/FindBoost-imported-targets.rst | 5 +
Modules/FindBoost.cmake | 386 +++++++++++++++++++++++
Tests/CMakeLists.txt | 4 +
Tests/{FindJsonCpp => FindBoost}/CMakeLists.txt | 8 +-
Tests/FindBoost/Test/CMakeLists.txt | 18 ++
Tests/FindBoost/Test/main.cxx | 26 ++
Utilities/Scripts/BoostScanDeps.cmake | 217 +++++++++++++
7 files changed, 660 insertions(+), 4 deletions(-)
create mode 100644 Help/release/dev/FindBoost-imported-targets.rst
copy Tests/{FindJsonCpp => FindBoost}/CMakeLists.txt (53%)
create mode 100644 Tests/FindBoost/Test/CMakeLists.txt
create mode 100644 Tests/FindBoost/Test/main.cxx
create mode 100644 Utilities/Scripts/BoostScanDeps.cmake
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list