mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:21:38 +08:00
Improve error message
This commit is contained in:
parent
6ece1871b1
commit
e4786a054d
@ -74,8 +74,9 @@ namespace vcpkg::PostBuildLint
|
||||
const fs::path include_dir = package_dir / "include";
|
||||
if (!fs.exists(include_dir) || fs.is_empty(include_dir))
|
||||
{
|
||||
System::println(System::Color::warning,
|
||||
"The folder /include is empty. This indicates the library was not correctly installed.");
|
||||
System::println(
|
||||
System::Color::warning,
|
||||
"The folder /include is empty or not present. This indicates the library was not correctly installed.");
|
||||
return LintStatus::ERROR_DETECTED;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user