Hello,
----------------
Quote
CMake Warning (dev) at CMakeLists.txt:376 (FIND_PACKAGE):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Could NOT find Boost: missing: system (found
/app/lib/cmake/Boost-1.89.0/BoostConfig.cmake (found suitable version "1.89.0",
minimum required is "1.47"))
Unquote
And CMP0167:
[...]
CMake 3.29 and below provide a FindBoost module, but it needs constant
updates to keep up with upstream Boost releases. Upstream Boost 1.70 and
above provide a BoostConfig.cmake package configuration file.
find_package(Boost CONFIG) finds the upstream package directly, without
the find module.
CMake 3.30 and above prefer to not provide the FindBoost module so that
find_package(Boost) calls, without the CONFIG or NO_MODULE options, find
the upstream BoostConfig.cmake directly. This policy provides
compatibility for projects that have not been ported to use the upstream
Boost package.
[...]
----------------
So afaict this is not related to a boost upgrade but due to an upgrade
to cmake 3.30.
Also I think hugin HG head does not use boost anymore.
cu Andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'