aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-22 08:05:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-22 08:07:05 +0200
commitc2589526054b394052fe59e29e58fcdd284d81f3 (patch)
treefaed5a338274ec8cd8720e47572d39f2864443d6 /bdep/project.hxx
parent8717405eb2869115a5abe4b146fa5e73421467d4 (diff)
Diagnose if configuration is inside package
Diffstat (limited to 'bdep/project.hxx')
-rw-r--r--bdep/project.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/project.hxx b/bdep/project.hxx
index 652c2e8..20d3cf7 100644
--- a/bdep/project.hxx
+++ b/bdep/project.hxx
@@ -169,7 +169,7 @@ namespace bdep
using package_locations = vector<package_location>;
package_locations
- load_packages (const dir_path& prj);
+ load_packages (const dir_path& prj, bool allow_empty = false);
struct project_packages
{