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
d785fa8d
Commit
d785fa8d
authored
Jun 02, 2023
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake warnings
parent
270c2338
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
4 deletions
+8
-4
CMakeLists.txt
CMakeLists.txt
+2
-2
storage/mroonga/vendor/groonga/CMakeLists.txt
storage/mroonga/vendor/groonga/CMakeLists.txt
+1
-1
storage/mroonga/vendor/groonga/vendor/plugins/groonga-normalizer-mysql/CMakeLists.txt
...ga/vendor/plugins/groonga-normalizer-mysql/CMakeLists.txt
+1
-1
storage/tokudb/CMakeLists.txt
storage/tokudb/CMakeLists.txt
+4
-0
No files found.
CMakeLists.txt
View file @
d785fa8d
...
...
@@ -27,8 +27,6 @@ IF(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
"None"
"Debug"
"Release"
"MinSizeRel"
"RelWithDebInfo"
)
ENDIF
()
PROJECT
(
MySQL
)
IF
(
POLICY CMP0022
)
CMAKE_POLICY
(
SET CMP0022 NEW
)
ENDIF
()
...
...
@@ -42,6 +40,8 @@ IF(POLICY CMP0075)
CMAKE_POLICY
(
SET CMP0075 NEW
)
ENDIF
()
PROJECT
(
MySQL
)
MESSAGE
(
STATUS
"Running cmake version
${
CMAKE_VERSION
}
"
)
SET
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
...
...
storage/mroonga/vendor/groonga/CMakeLists.txt
View file @
d785fa8d
...
...
@@ -15,7 +15,7 @@
# https://buildbot.askmonty.org/buildbot/builders/work-amd64-valgrind/builds/5263/steps/compile/logs/stdio
# says CMake 2.6.2... We want to drop old software support...
cmake_minimum_required
(
VERSION 2.
6.
2
)
cmake_minimum_required
(
VERSION 2.
8.1
2
)
# cmake_minimum_required(VERSION 2.6.4) # CentOS 5
set
(
GRN_PROJECT_NAME
"groonga"
)
set
(
GRN_PROJECT_LABEL
"Groonga"
)
...
...
storage/mroonga/vendor/groonga/vendor/plugins/groonga-normalizer-mysql/CMakeLists.txt
View file @
d785fa8d
...
...
@@ -15,7 +15,7 @@
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
# MA 02110-1335 USA
cmake_minimum_required
(
VERSION 2.
6
)
cmake_minimum_required
(
VERSION 2.
8.12
)
if
(
NOT DEFINED GROONGA_NORMALIZER_MYSQL_PROJECT_NAME
)
set
(
GROONGA_NORMALIZER_MYSQL_PROJECT_NAME
"groonga-normalizer-mysql"
)
endif
()
...
...
storage/tokudb/CMakeLists.txt
View file @
d785fa8d
...
...
@@ -3,6 +3,10 @@ SET(CPACK_RPM_tokudb-engine_PACKAGE_DESCRIPTION "The TokuDB storage engine is fo
environments, offering increased compression and better performance based
on fractal indexes."
PARENT_SCOPE
)
IF
(
POLICY CMP0115
)
CMAKE_POLICY
(
SET CMP0115 OLD
)
ENDIF
()
SET
(
TOKUDB_VERSION 5.6.49-89.0
)
# PerconaFT only supports x86-64 and cmake-2.8.9+
IF
(
WIN32
)
...
...
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