bfgroup / b2

B2 makes it easy to build C++ projects, everywhere.
https://www.bfgroup.xyz/b2/
Boost Software License 1.0
80 stars 229 forks source link

fix getting caller module #414

Closed grisumbras closed 5 days ago

grisumbras commented 2 months ago

Proposed changes

This fix allows calling project.find from a project module directly (as opposed to being called from a corresponding target instance).

Types of changes