mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:19:23 +08:00
[vcpkg-lint] Improve diagnostics as identified in #857
This commit is contained in:
parent
55e7e89e21
commit
125d98cb08
@ -109,7 +109,8 @@ namespace vcpkg::PostBuildLint
|
||||
|
||||
if (fs::exists(debug_share) && !fs::is_empty(debug_share))
|
||||
{
|
||||
System::println(System::color::warning, "No files should be present in /debug/share");
|
||||
System::println(System::color::warning, "/debug/share should not exist. Please reorganize any important files, then use\n"
|
||||
" file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)");
|
||||
return lint_status::ERROR_DETECTED;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user