Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/vcpkg/postbuildlint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ namespace vcpkg::PostBuildLint
{
vcpkg::printf(Color::warning,
"The /lib/cmake folder should be merged with /debug/lib/cmake and moved to "
"/share/%s/cmake.\nPlease use the helper function `vcpkg_fixup_cmake_targets()`\n",
"/share/%s/cmake.\nPlease use the helper function `vcpkg_cmake_config_fixup()` "
"from the port vcpkg-cmake-config.`\n",
spec.name());
return LintStatus::ERROR_DETECTED;
}
Expand Down