summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
diff options
context:
space:
mode:
authorDennis Klein <d.klein@gsi.de>2019-05-03 18:23:08 (GMT)
committerBrad King <brad.king@kitware.com>2019-05-13 15:57:12 (GMT)
commit5108759ed2bb211105f02fcc857fc89f3db768f0 (patch)
treeda3ffd543d18d689344268d19d208f416fa8540b /Help/release/dev
parentf9feab40a195716a6bba11b39a809a18830df956 (diff)
downloadCMake-5108759ed2bb211105f02fcc857fc89f3db768f0.zip
CMake-5108759ed2bb211105f02fcc857fc89f3db768f0.tar.gz
CMake-5108759ed2bb211105f02fcc857fc89f3db768f0.tar.bz2
FindBoost: Introduce CMP0093 to report Boost_VERSION in x.y.z format
This aligns module mode behaviour with config mode.
Diffstat (limited to 'Help/release/dev')
-rw-r--r--Help/release/dev/FindBoost-fphsa.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/release/dev/FindBoost-fphsa.rst b/Help/release/dev/FindBoost-fphsa.rst
index c4d34d4..30a4b13 100644
--- a/Help/release/dev/FindBoost-fphsa.rst
+++ b/Help/release/dev/FindBoost-fphsa.rst
@@ -29,3 +29,6 @@ FindBoost-fphsa
* The input switch ``Boost_DETAILED_FAILURE_MSG`` was
removed.
+
+ * ``Boost_VERSION`` now reports the version in ``x.y.z``
+ format in module mode. See policy :policy:`CMP0093`.