diff options
author | Brad King <brad.king@kitware.com> | 2015-12-04 14:54:13 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-12-04 14:54:13 (GMT) |
commit | 65dc4170f858d561144a3c79397f4d2822bae4b6 (patch) | |
tree | b5648ae2b17f08a4cda1cce682fa30eb1c728cea /Help | |
parent | d4767fca963e97ec2147a343e24ec366cc2646cb (diff) | |
parent | d60cef773659d69ed2fce9b963d788ab422679b9 (diff) | |
download | CMake-65dc4170f858d561144a3c79397f4d2822bae4b6.zip CMake-65dc4170f858d561144a3c79397f4d2822bae4b6.tar.gz CMake-65dc4170f858d561144a3c79397f4d2822bae4b6.tar.bz2 |
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
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindBoost-imported-targets.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindBoost-imported-targets.rst b/Help/release/dev/FindBoost-imported-targets.rst new file mode 100644 index 0000000..1129ded --- /dev/null +++ b/Help/release/dev/FindBoost-imported-targets.rst @@ -0,0 +1,5 @@ +FindBoost-imported-targets +-------------------------- + +* The :module:`FindBoost` module now provides imported targets + such as ``Boost::boost`` and ``Boost::filesystem``. |