Commit 54b7a879 authored by Daniel Black's avatar Daniel Black

MDEV-34313 WITHOUT_SERVER/WSREP postfix

Mismatched IF/ENDIF statements in cmake
caused a warning.
parent 9e74a7f4
...@@ -69,4 +69,4 @@ ENDIF() ...@@ -69,4 +69,4 @@ ENDIF()
IF (NOT WIN32) IF (NOT WIN32)
ADD_FEATURE_INFO(WSREP WITH_WSREP "WSREP replication API (to use, e.g. Galera Replication library)") ADD_FEATURE_INFO(WSREP WITH_WSREP "WSREP replication API (to use, e.g. Galera Replication library)")
ENDIF() ENDIF()
ENDIF(NOT WITHOUT_SERVER) ENDIF(WITHOUT_SERVER)
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