mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
MDEV-35301: Bump minimum cmake version to 3.12.0
Libmariadb introduced a cmake change that required 3.12 or newer. Since none of the platforms we currently support have anything lower than 3.12 available, we should make this a proper requirement for the Server as well.
This commit is contained in:
parent
26514346bd
commit
f10d12008c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA
|
||||
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 3.12.0)
|
||||
|
||||
IF(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
|
||||
# Setting build type to RelWithDebInfo as none was specified.
|
||||
|
|
Loading…
Reference in a new issue