boostorg / boost

Super-project for modularized Boost
https://github.com/boostorg/wiki/wiki/Getting-Started%3A-Overview
Boost Software License 1.0
6.97k stars 1.72k forks source link

Fix repeated builds of targets. #903

Closed grafikrobot closed 3 months ago

grafikrobot commented 3 months ago

Accidentally added a dependency on the generated boost header tree for all targets. The boost headers generation only works if it's an implicit-dependency. As otherwise dependents think they are never up to date.

grafikrobot commented 3 months ago

FYI @pdimov