Help: Consolidate remaining 3.0 release notes
This commit is contained in:
parent
a7c956b867
commit
d30e4fa703
|
@ -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
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
Boost_NAMESPACE
|
||||
---------------
|
||||
|
||||
* The :module:`FindBoost` module learned a new ``Boost_NAMESPACE``
|
||||
option to change the ``boost`` prefix on library names.
|
Loading…
Reference in New Issue