sdl12-compat: cmake: lowercase all functions in CMakeLists.txt

From 26143790b57a44446564b45734e20deacf687448 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Tue, 27 Sep 2022 03:33:52 +0200
Subject: [PATCH] cmake: lowercase all functions in CMakeLists.txt

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c3ca347a..43d5e7c3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ option(SDL12DEVEL "Enable installing SDL-1.2 development headers" ON)
 option(STATICDEVEL "Enable installing static link library" OFF)
 
 if(STATICDEVEL AND NOT (CMAKE_SYSTEM_NAME MATCHES "Linux"))
-  MESSAGE(FATAL_ERROR "Static builds are only supported on Linux.")
+  message(FATAL_ERROR "Static builds are only supported on Linux.")
 endif()
 
 list(APPEND CMAKE_MODULE_PATH