From f9575495ceef8a262a977cf07a9d6a9c0551ba11 Mon Sep 17 00:00:00 2001 From: Bernard Spil Date: Sun, 28 Apr 2024 16:51:04 +0000 Subject: [PATCH] Fix typo There is no component `SuportFiles` in MariaDB server, yet a `SupportFiles` component exists. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a01ebcf57eb..05bd751be21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -198,7 +198,7 @@ ENDIF() OPTION (WITH_UNIT_TESTS "Compile MySQL with unit tests" ON) IF (WITHOUT_SERVER) - SET (SKIP_COMPONENTS "Server|IniFiles|SuportFiles|Readme") + SET (SKIP_COMPONENTS "Server|IniFiles|SupportFiles|Readme") ELSE() SET (SKIP_COMPONENTS "N-O-N-E") ENDIF()