Skip to content

Commit 54b7a87

Browse files
committed
MDEV-34313 WITHOUT_SERVER/WSREP postfix
Mismatched IF/ENDIF statements in cmake caused a warning.
1 parent 9e74a7f commit 54b7a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/wsrep.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ ENDIF()
6969
IF (NOT WIN32)
7070
ADD_FEATURE_INFO(WSREP WITH_WSREP "WSREP replication API (to use, e.g. Galera Replication library)")
7171
ENDIF()
72-
ENDIF(NOT WITHOUT_SERVER)
72+
ENDIF(WITHOUT_SERVER)

0 commit comments

Comments
 (0)