Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
54b7a879
Commit
54b7a879
authored
Jun 29, 2024
by
Daniel Black
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-34313 WITHOUT_SERVER/WSREP postfix
Mismatched IF/ENDIF statements in cmake caused a warning.
parent
9e74a7f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmake/wsrep.cmake
cmake/wsrep.cmake
+1
-1
No files found.
cmake/wsrep.cmake
View file @
54b7a879
...
@@ -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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment