MDEV-34313 WITHOUT_SERVER/WSREP postfix

Mismatched IF/ENDIF statements in cmake
caused a warning.
This commit is contained in:
Daniel Black 2024-06-29 09:48:38 +10:00
parent 9e74a7f4f3
commit 54b7a879e9

View file

@ -69,4 +69,4 @@ ENDIF()
IF (NOT WIN32)
ADD_FEATURE_INFO(WSREP WITH_WSREP "WSREP replication API (to use, e.g. Galera Replication library)")
ENDIF()
ENDIF(NOT WITHOUT_SERVER)
ENDIF(WITHOUT_SERVER)