$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: pdimov_at_[hidden]
Date: 2022-07-14 11:28:21
Andrey Semashev wrote:
 
> After tagging the beta my Boost.Filesystem CMake CI failed:
> 
> CMake Error at C:/projects/boost-root/libs/fusion/CMakeLists.txt:13
> (target_link_libraries):
>   The link interface of target "boost_fusion" contains:
>     Boost::functional
>   but the target was not found.  Possible reasons include:
>     * There is a typo in the target name.
>     * A find_package call is missing for an IMPORTED target.
>     * An ALIAS target is missing.
> 
>
https://ci.appveyor.com/project/Lastique/filesystem/builds/44164520/job/3a21
ltf2vn0mks9j
> 
> Looks like merging this to Boost.Fusion master broke it for some reason:
> 
>
https://github.com/boostorg/fusion/commit/5d78322e1658b921dc2a9c5ece0bcf83e9
1f9f3a
This new dependency is introduced by
https://github.com/boostorg/fusion/pull/240, which
is only on develop. The PR against master shouldn't have been merged. Better
yet, identity
should have been implemented inline instead of bringing in Functional.