mirror of https://github.com/CGAL/cgal
Fix how to set BOOST_ROOT (#8894)
## Summary of Changes We require at least 1.74, but we gave an example with 1.70 We did not give the path to the boost cmake config file. ## Release Management * Affected package(s): documentation
This commit is contained in:
commit
d5b91991a6
|
|
@ -69,8 +69,9 @@ For Visual C++ you can download precompiled libraries
|
||||||
from <A HREF="https://sourceforge.net/projects/boost/files/boost-binaries/">`https://sourceforge.net/projects/boost/files/boost-binaries/`</A>.
|
from <A HREF="https://sourceforge.net/projects/boost/files/boost-binaries/">`https://sourceforge.net/projects/boost/files/boost-binaries/`</A>.
|
||||||
|
|
||||||
As there is no canonical directory for where to find \boost on Windows,
|
As there is no canonical directory for where to find \boost on Windows,
|
||||||
we recommend that you define the environment variable
|
we recommend to use the config mode of CMake by defining the environment variable
|
||||||
`BOOST_ROOT` and set it to where you have installed \boost, e.g., `C:\boost\boost_1_70_0`.
|
`Boost_DIR` (case sensitive) to the path of the directory in your boost installation
|
||||||
|
containing the file `BoostConfig.cmake`, e.g.`C:/local/boost_1_80_0/lib64-msvc-14.3/cmake/Boost-1.80.0`.
|
||||||
|
|
||||||
\subsection thirdpartyMP Multi Precision Number Type Library
|
\subsection thirdpartyMP Multi Precision Number Type Library
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue