| commit | a97032c4e7b1efb4c5535e5f705ef8ffd5fc2dd3 | [log] [tgz] |
|---|---|---|
| author | leha-bot <leha-bot@yandex.ru> | Tue Dec 27 18:25:38 2022 +0300 |
| committer | Brad King <brad.king@kitware.com> | Wed Jan 11 17:31:33 2023 -0500 |
| tree | 81837a1e0e4b23594e3154d2fd7f25b2f9c0b581 | |
| parent | f77cca61dcc5068614506c1eecef72968639d3e9 [diff] |
FindBoost: Add Boost 1.81 support
Update the list of known versions.
There is a new header-only library, Boost.URL. It has no
dependencies and has a core header `<boost/url.hpp>`.
Run the command
cmake -DBOOST_DIR=/path/to/boost_1_81_0 \
-P Utilities/Scripts/BoostScanDeps.cmake
to extract dependencies from the 1.81.0 source tree.
They are the same as 1.80's dependencies, so just update
the version check for warning about newer versions.