summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorDennis Klein <d.klein@gsi.de>2019-05-03 19:41:45 (GMT)
committerDennis Klein <d.klein@gsi.de>2019-05-07 14:08:55 (GMT)
commit24342d5ef772b9873c0f041fb422503acc06ff50 (patch)
tree80c984ecc97fe8d937c749a14d516d944391f25e /Help/release
parent26634752d0412ecee5d124a461423460eaf3af9b (diff)
downloadCMake-24342d5ef772b9873c0f041fb422503acc06ff50.zip
CMake-24342d5ef772b9873c0f041fb422503acc06ff50.tar.gz
CMake-24342d5ef772b9873c0f041fb422503acc06ff50.tar.bz2
FindBoost: Add vars Boost_VERSION_MACRO/MAJOR/MINOR/PATCH/COUNT
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/FindBoost-fphsa.rst13
1 files changed, 11 insertions, 2 deletions
diff --git a/Help/release/dev/FindBoost-fphsa.rst b/Help/release/dev/FindBoost-fphsa.rst
index 42ef2cd..aacf75f 100644
--- a/Help/release/dev/FindBoost-fphsa.rst
+++ b/Help/release/dev/FindBoost-fphsa.rst
@@ -1,5 +1,14 @@
FindBoost-fphsa
---------------
-* The :module:`FindBoost` module defines a new imported target
- ``Boost::headers`` (same as ``Boost::boost``).
+* The :module:`FindBoost` module was reworked to expose a more
+ consistent user experience between its config and module modes
+ and with other find modules in general.
+
+ * A new imported target ``Boost::headers`` is now defined (same
+ as ``Boost::boost``).
+
+ * New output variables ``Boost_VERSION_MACRO``,
+ ``Boost_VERSION_MAJOR``, ``Boost_VERSION_MINOR``,
+ ``Boost_VERSION_PATCH``, and ``Boost_VERSION_COUNT``
+ were added.