install TARGETS given target "Boost::boost" which does not exist

Hi, when I try to build the project with cmake this error appears:

CMake Error at cmake/Modules/AddBoost.cmake:74 (install):
install TARGETS given target “Boost::boost” which does not exist.
Call Stack (most recent call first):
src/abycore/CMakeLists.txt:40 (include)

I tried to specify BOOST_ROOT, BOOST_INCLUDEDIR, BOOST_LIBRARYDIR but nothing to do, could you help me?

It looks like it is trying to install an imported target. This is not allowed. I would discuss with the project maintainers about the intended usage patterns here (or, possibly, provide more details here).