From c2589526054b394052fe59e29e58fcdd284d81f3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 May 2018 08:05:07 +0200 Subject: Diagnose if configuration is inside package --- bdep/project.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/project.hxx') 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_locations - load_packages (const dir_path& prj); + load_packages (const dir_path& prj, bool allow_empty = false); struct project_packages { -- cgit v1.1