mirror of
https://github.com/boostorg/boostdep.git
synced 2026-07-21 13:13:31 +00:00
Print ignored dependencies when --verbose
This commit is contained in:
@@ -266,6 +266,7 @@ if( __name__ == "__main__" ):
|
||||
|
||||
for dep in args.ignore:
|
||||
if dep in deps:
|
||||
vprint( 1, 'Ignoring dependency', dep )
|
||||
del deps[dep]
|
||||
|
||||
vprint( 2, 'Dependencies:', deps )
|
||||
|
||||
Reference in New Issue
Block a user