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
f67e0504
Commit
f67e0504
authored
Oct 03, 2018
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update libmariadb
parent
b4e84164
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
cmake/submodules.cmake
cmake/submodules.cmake
+6
-0
libmariadb
libmariadb
+1
-1
No files found.
cmake/submodules.cmake
View file @
f67e0504
# update submodules automatically
# update submodules automatically
OPTION
(
UPDATE_SUBMODULES
"Update submodules automatically"
ON
)
IF
(
NOT UPDATE_SUBMODULES
)
RETURN
()
ENDIF
()
IF
(
GIT_EXECUTABLE AND EXISTS
"
${
CMAKE_SOURCE_DIR
}
/.git"
)
IF
(
GIT_EXECUTABLE AND EXISTS
"
${
CMAKE_SOURCE_DIR
}
/.git"
)
EXECUTE_PROCESS
(
COMMAND
"
${
GIT_EXECUTABLE
}
"
config --get cmake.update-submodules
EXECUTE_PROCESS
(
COMMAND
"
${
GIT_EXECUTABLE
}
"
config --get cmake.update-submodules
WORKING_DIRECTORY
"
${
CMAKE_SOURCE_DIR
}
"
WORKING_DIRECTORY
"
${
CMAKE_SOURCE_DIR
}
"
...
...
libmariadb
@
5d5c1ba5
Subproject commit
fb3bc6b171d0c5fb4829f50c03c3fe3f5919a35b
Subproject commit
5d5c1ba55664f23cf474ff6278e467f85ada1a0f
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