Skip to content

Commit

Permalink
Suggest vcpkg_cmake_config_fixup rather than vcpkg_fixup_cmake_targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal authored Sep 20, 2021
1 parent 733e90d commit b0e00fe
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit b0e00fe

Please sign in to comment.