Help: Consolidate remaining 3.0 release notes

This commit is contained in:
Brad King 2014-02-19 08:39:44 -05:00
parent a7c956b867
commit d30e4fa703
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -1,5 +0,0 @@
Boost_NAMESPACE
---------------
* The :module:`FindBoost` module learned a new ``Boost_NAMESPACE``
option to change the ``boost`` prefix on library names.