cmake (Windows): complain when encountering an unknown compiler
commit2d9eb4ed2cd8a0105c65167fdc9ddb0ddcde42c5
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 30 Sep 2020 15:26:21 +0000 (30 15:26 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Sep 2020 20:25:59 +0000 (30 13:25 -0700)
tree847eba2d195aa73d979e2bc13dded3d420d61520
parent8c35e82898f6418bb010c2f3bb5025b52023ba91
cmake (Windows): complain when encountering an unknown compiler

We have some custom handling regarding the link options, which are
specific to each compiler.

Therefore: let's not just continue without setting the link options if
configuring for a currently unhandled compiler, but error out.

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