Commit f9575495 authored by Bernard Spil's avatar Bernard Spil Committed by Daniel Black

Fix typo

There is no component `SuportFiles` in MariaDB server, yet a `SupportFiles` component exists.
parent 9e6858a4
...@@ -198,7 +198,7 @@ ENDIF() ...@@ -198,7 +198,7 @@ ENDIF()
OPTION (WITH_UNIT_TESTS "Compile MySQL with unit tests" ON) OPTION (WITH_UNIT_TESTS "Compile MySQL with unit tests" ON)
IF (WITHOUT_SERVER) IF (WITHOUT_SERVER)
SET (SKIP_COMPONENTS "Server|IniFiles|SuportFiles|Readme") SET (SKIP_COMPONENTS "Server|IniFiles|SupportFiles|Readme")
ELSE() ELSE()
SET (SKIP_COMPONENTS "N-O-N-E") SET (SKIP_COMPONENTS "N-O-N-E")
ENDIF() ENDIF()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment