mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-34313 WITHOUT_SERVER/WSREP postfix
Mismatched IF/ENDIF statements in cmake caused a warning.
This commit is contained in:
parent
9e74a7f4f3
commit
54b7a879e9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue