From 6c8c1798fb7528a38dafbbfbf7747ee33f053134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 12 Oct 2019 15:56:12 +0200 Subject: [PATCH] modules: minor sanity "asserts" in FindSDL2.cmake. --- modules/FindSDL2.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/FindSDL2.cmake b/modules/FindSDL2.cmake index 38f6fdfc7..4086a0025 100644 --- a/modules/FindSDL2.cmake +++ b/modules/FindSDL2.cmake @@ -71,6 +71,8 @@ else() set(_SDL2_RUNTIME_PATH_SUFFIX i686-w64-mingw32/lib) list(APPEND _SDL2_PATH_SUFFIXES i686-w64-mingw32/include/SDL2) endif() + else() + message(FATAL_ERROR "Unsupported compiler") endif() endif()