FindBoost: Fix and modernize config mode with FPHSA

Fixes: #19186
This commit is contained in:
Dennis Klein
2019-05-03 21:57:53 +02:00
parent 24342d5ef7
commit a315977595
4 changed files with 43 additions and 13 deletions
+14
View File
@@ -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.