Update Boost documentation (#866)

* added note for boost_root

* updated note
This commit is contained in:
Alena Sviridenko
2020-05-13 13:26:04 +03:00
committed by GitHub
parent 6b08235b41
commit 5abcc104b2

View File

@@ -55,6 +55,10 @@ foreach ($BoostTool in $BoostTools)
$CMakeFindBoostInfo = @" $CMakeFindBoostInfo = @"
#### _Notes:_ #### _Notes:_
> ``BOOST_ROOT`` is not set on images but it is required by CMake. Please make sure you set this variable
> value to either ``BOOST_ROOT_1_69_0`` or ``BOOST_ROOT_1_72_0`` depending on the Boost version you are using.
Link: https://cmake.org/cmake/help/latest/module/FindBoost.html Link: https://cmake.org/cmake/help/latest/module/FindBoost.html
If Boost was built using the ``boost-cmake`` project or from ``Boost 1.70.0`` on it provides a package If Boost was built using the ``boost-cmake`` project or from ``Boost 1.70.0`` on it provides a package