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
15ac6c58
Commit
15ac6c58
authored
3 years ago
by
danielnachun
Committed by
Vicențiu Ciorbaru
3 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CMakeLists.txt: remove MYSQL_SOURCE_DIR from MYSQL_INCLUDE_DIRS
parent
da6f4d51
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
storage/mroonga/CMakeLists.txt
storage/mroonga/CMakeLists.txt
+1
-2
No files found.
storage/mroonga/CMakeLists.txt
View file @
15ac6c58
...
@@ -219,8 +219,7 @@ set(MYSQL_INCLUDE_DIRS
...
@@ -219,8 +219,7 @@ set(MYSQL_INCLUDE_DIRS
"
${
MYSQL_REGEX_INCLUDE_DIR
}
"
"
${
MYSQL_REGEX_INCLUDE_DIR
}
"
"
${
MYSQL_RAPIDJSON_INCLUDE_DIR
}
"
"
${
MYSQL_RAPIDJSON_INCLUDE_DIR
}
"
"
${
MYSQL_LIBBINLOGEVENTS_EXPORT_DIR
}
"
"
${
MYSQL_LIBBINLOGEVENTS_EXPORT_DIR
}
"
"
${
MYSQL_LIBBINLOGEVENTS_INCLUDE_DIR
}
"
"
${
MYSQL_LIBBINLOGEVENTS_INCLUDE_DIR
}
"
)
"
${
MYSQL_SOURCE_DIR
}
"
)
if
(
MRN_BUNDLED
)
if
(
MRN_BUNDLED
)
set
(
MYSQL_PLUGIN_DIR
"
${
INSTALL_PLUGINDIR
}
"
)
set
(
MYSQL_PLUGIN_DIR
"
${
INSTALL_PLUGINDIR
}
"
)
...
...
This diff is collapsed.
Click to expand it.
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