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.

Change History (1)

comment:1 by ghost, 19 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.