summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorDennis Klein <d.klein@gsi.de>2019-05-03 19:57:53 (GMT)
committerDennis Klein <d.klein@gsi.de>2019-05-07 14:08:55 (GMT)
commita3159775954772e25f3785775b89e0147382c939 (patch)
tree4eb2f55ed419d22dcd304503d8bcdded237d4252 /Help
parent24342d5ef772b9873c0f041fb422503acc06ff50 (diff)
downloadCMake-a3159775954772e25f3785775b89e0147382c939.zip
CMake-a3159775954772e25f3785775b89e0147382c939.tar.gz
CMake-a3159775954772e25f3785775b89e0147382c939.tar.bz2
FindBoost: Fix and modernize config mode with FPHSA
Fixes: #19186
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FindBoost-fphsa.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/Help/release/dev/FindBoost-fphsa.rst b/Help/release/dev/FindBoost-fphsa.rst
index aacf75f..5d4f1d8 100644
--- a/Help/release/dev/FindBoost-fphsa.rst
+++ b/Help/release/dev/FindBoost-fphsa.rst
@@ -12,3 +12,17 @@ FindBoost-fphsa
``Boost_VERSION_MAJOR``, ``Boost_VERSION_MINOR``,
``Boost_VERSION_PATCH``, and ``Boost_VERSION_COUNT``
were added.
+
+ * The internal logic for determining the value for
+ ``Boost_FOUND``, for version and component checks, and
+ for reporting the result to the user was replaced with
+ the :module:`FindPackageHandleStandardArgs` module. (This
+ fixed a bug that sometimes printed wrong status
+ messages in config mode.)
+
+ * The ``QUIET`` argument passed to :command:`find_package` is no
+ longer ignored in config mode.
+
+ * *Known issue*: The CMake package shipped with Boost ``1.70.0``
+ ignores the ``QUIET`` argument passed to :command:`find_package`.
+ This is fixed in the next Boost release.