mirror of
https://github.com/boostorg/boost_install.git
synced 2026-01-19 04:02:13 +00:00
Do not error when a library doesn't have a lib-root project.
This commit is contained in:
@@ -1184,7 +1184,7 @@ rule generate-dependencies ( project name ? : property-set : sources * )
|
||||
}
|
||||
if ! $(stage-target) && $(location:P)
|
||||
{
|
||||
local parent = [ $(project).find $(location:P) ] ;
|
||||
local parent = [ $(project).find $(location:P) : no-error ] ;
|
||||
if ! ( $(parent) in $(excluded-projects) )
|
||||
{
|
||||
stage-target = [ $(parent).find $(stage-or-install) : no-error ] ;
|
||||
|
||||
Reference in New Issue
Block a user