There is no component `SuportFiles` in MariaDB server, yet a `SupportFiles` component exists.
This commit is contained in:
Bernard Spil 2024-04-28 16:51:04 +00:00 committed by Daniel Black
parent 9e6858a426
commit f9575495ce

View File

@ -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()