[MDEV-31204] Mroonga CMake Deprecation Warning Created: 2023-05-06  Updated: 2023-09-08

Status: Open
Project: MariaDB Server
Component/s: Storage Engine - Mroonga
Fix Version/s: None

Type: Task Priority: Major
Reporter: Roel Van de Paar Assignee: Oleksandr Byelkin
Resolution: Unresolved Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-32131 CMake <3.5 deprecation warnings Open
relates to MDEV-31203 wsrep CMake Deprecation Warning Open

 Description   

Seen during 11.0 build:

11.0.2 63df43a0e830c6b54178574e4f72f21d19ed765e

CMake Deprecation Warning at storage/mroonga/vendor/groonga/CMakeLists.txt:18 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.
 
  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

storage/mroonga/vendor/groonga/CMakeLists.txt:18

cmake_minimum_required(VERSION 2.6.2)



 Comments   
Comment by Roel Van de Paar [ 2023-05-06 ]

Also seen:

11.0.2 63df43a0e830c6b54178574e4f72f21d19ed765e

CMake Deprecation Warning at storage/mroonga/vendor/groonga/vendor/plugins/groonga-normalizer-mysql/CMakeLists.txt:18 (c
make_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.
 
  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

storage/mroonga/vendor/groonga/vendor/plugins/groonga-normalizer-mysql/CMakeLists.txt:18

cmake_minimum_required(VERSION 2.6)

Generated at Thu Feb 08 10:22:04 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.