ci(vs-build): stop passing the iconv library location explicitly
authorDennis Ameling <redacted>
Fri, 4 Dec 2020 14:22:20 +0000 (14:22 +0000)
committerJunio C Hamano <redacted>
Fri, 4 Dec 2020 20:03:15 +0000 (12:03 -0800)
commite66590348a78d69b08dff8f6a1d978982e61465a
tree710734069078945eb6cec7f41ec267c6e73003e8
parent898f80736c75878acc02dc55672317fcc0e0a5a6
ci(vs-build): stop passing the iconv library location explicitly

Something changed in `vcpkg` (which we use in our Visual C++ build to
provide the dependencies such as libcurl) and our `vs-build` job started
failing in CI. The reason is that we had a work-around in place to help
CMake find iconv, and this work-around is neither needed nor does it
work anymore.

For the full discussion with the vcpkg project, see this comment:
https://github.com/microsoft/vcpkg/issues/14780#issuecomment-735368280

Signed-off-by: Dennis Ameling <redacted>
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
.github/workflows/main.yml
compat/vcbuild/scripts/clink.pl
contrib/buildsystems/engine.pl
git clone https://git.99rst.org/PROJECT