FindBoost: Add support for Boost 1.81
All threads resolved!
All threads resolved!
There are a new header-only library, Boost.URL. It has no
depedendencies and has a core header <boost/url.hpp>
.
Output from BoostScanDeps.cmake is not changed comparing with the last version, so there are no new blocks with dependencies:
cmake -DBOOST_DIR=/data/data/com.termux/files/usr/include -P ~/cmake/Utilities/Scripts/BoostScanDeps.cmake
-- Scanning /data/data/com.termux/files/usr/include
-- set(_Boost_CONTRACT_DEPENDENCIES thread chrono)
-- set(_Boost_COROUTINE_DEPENDENCIES context)
-- set(_Boost_FIBER_DEPENDENCIES context)
-- set(_Boost_IOSTREAMS_DEPENDENCIES regex)
-- set(_Boost_JSON_DEPENDENCIES container)
-- set(_Boost_LOG_DEPENDENCIES log_setup filesystem thread regex chrono atomic)
-- set(_Boost_MATH_DEPENDENCIES math_c99 math_c99f math_c99l math_tr1 math_tr1f math_tr1l)
-- set(_Boost_MPI_DEPENDENCIES serialization)
-- set(_Boost_MPI_PYTHON_DEPENDENCIES python${component_python_version} mpi serialization)
-- set(_Boost_NUMPY_DEPENDENCIES python${component_python_version})
-- set(_Boost_THREAD_DEPENDENCIES chrono atomic)
-- set(_Boost_TIMER_DEPENDENCIES chrono)
-- set(_Boost_WAVE_DEPENDENCIES filesystem serialization thread chrono atomic)
-- set(_Boost_WSERIALIZATION_DEPENDENCIES serialization)
Fixes: #24255 (closed)
Backport: release
Topic-rename: FindBoost-1.81
Edited by Brad King
Merge request reports
Activity
assigned to @brad.king
added triage:env-regression workflow:in-review labels
changed milestone to %3.25.2
added 11 commits
-
c937ff4e...f77cca61 - 10 commits from branch
cmake:master
- a97032c4 - FindBoost: Add Boost 1.81 support
-
c937ff4e...f77cca61 - 10 commits from branch
added workflow:nightly-testing label and removed workflow:in-review label
mentioned in commit 6b92224f
mentioned in commit cc988d81
removed workflow:nightly-testing label
Please register or sign in to reply