cmake: fall back to using `vcpkg`'s `msgfmt.exe` on Windows
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 30 Sep 2020 15:26:18 +0000 (15:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Sep 2020 20:25:59 +0000 (13:25 -0700)
commit8f4513872517b72fb49d914ee9af8d44c836fc5a
tree2fd8645c41b3bc6f4395ffdb1ad5b9a952ee5c84
parente18ae4e7a6cd687ba9dac8be1e88a3d99f676fd5
cmake: fall back to using `vcpkg`'s `msgfmt.exe` on Windows

We are already relying on `vcpkg` to manage our dependencies, including
`libiconv`. Let's also use the `msgfmt.exe` from there.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/buildsystems/CMakeLists.txt