summaryrefslogtreecommitdiff
path: root/storage/mroonga/CMakeLists.txt
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2021-05-07 11:51:22 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2021-05-07 11:51:22 +0200
commit72753d2b65fe375d23954b877a48350adadeb4e4 (patch)
tree266dc63711b8966a0daca2b8e67f00acb7e3a119 /storage/mroonga/CMakeLists.txt
parent625e44a80d3ca40d4164c2092acdcaeb788d3482 (diff)
parent4f143a88bcb36e94e9edba8a3c5b4a350dcd9bf9 (diff)
downloadmariadb-git-72753d2b65fe375d23954b877a48350adadeb4e4.tar.gz
Merge branch 'bb-10.3-release' into 10.3
Diffstat (limited to 'storage/mroonga/CMakeLists.txt')
-rw-r--r--storage/mroonga/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/mroonga/CMakeLists.txt b/storage/mroonga/CMakeLists.txt
index af95c13d275..c57a524ff1e 100644
--- a/storage/mroonga/CMakeLists.txt
+++ b/storage/mroonga/CMakeLists.txt
@@ -17,7 +17,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 2.8.12)
project(mroonga)
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")