aboutsummaryrefslogtreecommitdiff
path: root/bdep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-12-17 15:24:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-12-17 15:24:46 +0200
commit2ae4586e766ccb40acc37978573188cb660240ab (patch)
tree895f810ca84be5cce5240c0ec66cfd9e115eb162 /bdep
parent5ef3e2083216ec9008642de51a4ab7ddce107d8f (diff)
Improve diagnostics
Diffstat (limited to 'bdep')
-rw-r--r--bdep/config.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bdep/config.cxx b/bdep/config.cxx
index 8b35a64..edc8ccd 100644
--- a/bdep/config.cxx
+++ b/bdep/config.cxx
@@ -453,7 +453,8 @@ namespace bdep
dr << info << "configuration of " << lc.second << " type: "
<< lc.first;
- dr << info << "consider adding them to this project";
+ dr << info << "consider adding them to this project if it has "
+ << "any build-time dependencies";
}
return r;