On 2025-08-18 Justin Zobel <[email protected]> wrote: > Boost 1.89.0 is compiled earlier in the build but hugin appears to refuse > to use it. > https://github.com/flathub-infra/vorarbeiter/actions/runs/16965597681/job/48088699492#step:14:69856
> -- > A list of frequently asked questions is available at: > http://wiki.panotools.org/Hugin_FAQ > --- > You received this message because you are subscribed to the Google Groups > "hugin and other free panoramic software" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/hugin-ptx/ca92c49c-441d-4dc6-8bee-264e5a4789fen%40googlegroups.com. 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' -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/hugin-ptx/aKSxD1dhNYzJih2T%40argenau.bebt.de.
