diff --git a/contrib/buildsystems/Generators/Vcxproj.pm b/contrib/buildsystems/Generators/Vcxproj.pm index 50d3c625c17b49..da08ee01d4e1cc 100644 --- a/contrib/buildsystems/Generators/Vcxproj.pm +++ b/contrib/buildsystems/Generators/Vcxproj.pm @@ -179,8 +179,9 @@ sub createProject { EOM if ($target eq 'libgit') { print F << "EOM"; - + Initialize VCPKG + del "$cdup\\compat\\vcbuild\\vcpkg" call "$cdup\\compat\\vcbuild\\vcpkg_install.bat" EOM