diff options
Diffstat (limited to 'Help')
-rw-r--r-- | Help/release/dev/FindBoost-fphsa.rst | 13 |
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. |