1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

cmake version set to 3.10

This commit is contained in:
Leonid Fedorov
2022-09-01 16:03:29 +03:00
parent 9ffc05748b
commit 7e17d88254
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.12) CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
PROJECT(Columnstore) PROJECT(Columnstore)

View File

@ -1,6 +1,6 @@
IF(DEB) IF(DEB)
CMAKE_MINIMUM_REQUIRED(VERSION 3.12) CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
SET(CMAKE_INSTALL_PREFIX ${INSTALL_ENGINE}) SET(CMAKE_INSTALL_PREFIX ${INSTALL_ENGINE})

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.12) cmake_minimum_required(VERSION 3.10)
project(storagemanager) project(storagemanager)