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
045f5f7b
Commit
045f5f7b
authored
Nov 22, 2019
by
Lukas Javorsky
Committed by
Robert Bindar
Dec 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-21108 Add option for setting install paths of groonga
Include gronnga and groonga-normalizer-mysql install path
parent
fafe60e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
storage/mroonga/vendor/groonga/CMakeLists.txt
storage/mroonga/vendor/groonga/CMakeLists.txt
+3
-1
storage/mroonga/vendor/groonga/vendor/plugins/groonga-normalizer-mysql/CMakeLists.txt
...ga/vendor/plugins/groonga-normalizer-mysql/CMakeLists.txt
+3
-1
No files found.
storage/mroonga/vendor/groonga/CMakeLists.txt
View file @
045f5f7b
...
...
@@ -86,7 +86,9 @@ set(LIB_DIR "lib")
set
(
INCLUDE_DIR
"include"
)
set
(
GRN_INCLUDE_DIR
"include/groonga"
)
set
(
DATA_DIR
"share"
)
set
(
GRN_DATA_DIR
"
${
DATA_DIR
}
/
${
GRN_PROJECT_NAME
}
"
)
if
(
NOT DEFINED GRN_DATA_DIR
)
set
(
GRN_DATA_DIR
"
${
DATA_DIR
}
/
${
GRN_PROJECT_NAME
}
"
)
endif
()
set
(
CONFIG_DIR
"etc"
)
set
(
GRN_CONFIG_DIR
"
${
CONFIG_DIR
}
/
${
GRN_PROJECT_NAME
}
"
)
set
(
GRN_CONFIG_PATH
"
${
CMAKE_INSTALL_PREFIX
}
/
${
GRN_CONFIG_DIR
}
/groonga.conf"
)
...
...
storage/mroonga/vendor/groonga/vendor/plugins/groonga-normalizer-mysql/CMakeLists.txt
View file @
045f5f7b
...
...
@@ -16,7 +16,9 @@
# MA 02110-1335 USA
cmake_minimum_required
(
VERSION 2.6
)
set
(
GROONGA_NORMALIZER_MYSQL_PROJECT_NAME
"groonga-normalizer-mysql"
)
if
(
NOT DEFINED GROONGA_NORMALIZER_MYSQL_PROJECT_NAME
)
set
(
GROONGA_NORMALIZER_MYSQL_PROJECT_NAME
"groonga-normalizer-mysql"
)
endif
()
project
(
"
${
GROONGA_NORMALIZER_MYSQL_PROJECT_NAME
}
"
)
if
(
DEFINED GROONGA_NORMALIZER_MYSQL_EMBED
)
...
...
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