Opened 20 years ago
Closed 19 years ago
#14 closed defect (fixed)
Project requirements too global
| Reported by: | ghost | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
Given Jamfile with:
project
: requirements <library>a
;
lib a ;
exe main : main.cpp ;
We get error that 'a' is built recursively. This really gets in the way.
Note:
See TracTickets
for help on using tickets.

Now that we can remove parent's requirements, this is non-issue.