diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-21 11:54:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-21 11:54:59 +0200 |
commit | 3f6a5deac97cdf85186c6e1164ce6895eb38c36f (patch) | |
tree | bd085585d183177474b27b12a7eecfea9e547eb6 /libbuild2/dist/module.hxx | |
parent | 9c03dbab42d4499890955a98d30d91290d714d9a (diff) |
Don't issue conditional dependency declaration warning for imported projects
Diffstat (limited to 'libbuild2/dist/module.hxx')
-rw-r--r-- | libbuild2/dist/module.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/dist/module.hxx b/libbuild2/dist/module.hxx index 314dc96..9c682d0 100644 --- a/libbuild2/dist/module.hxx +++ b/libbuild2/dist/module.hxx @@ -73,6 +73,7 @@ namespace build2 : var_dist_package (v_d_p) {} public: + bool distributed = false; // True if this project is being distributed. vector<path> adhoc; struct callback |