diff options
Diffstat (limited to 'Help/release/3.0.rst')
-rw-r--r-- | Help/release/3.0.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/release/3.0.rst b/Help/release/3.0.rst index 45f7635..4532444 100644 --- a/Help/release/3.0.rst +++ b/Help/release/3.0.rst @@ -216,6 +216,9 @@ Modules * A new :module:`FindLua` module has been added to support :command:`find_package(Lua)` calls. +* The :module:`FindBoost` module learned a new ``Boost_NAMESPACE`` + option to change the ``boost`` prefix on library names. + * The :module:`FindBoost` module learned to control search for libraies with the ``g`` tag (for MS debug runtime) with a new ``Boost_USE_DEBUG_RUNTIME`` option. It is ``ON`` by |