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,6 +1,6 @@
IF(DEB)
CMAKE_MINIMUM_REQUIRED(VERSION 3.12)
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
SET(CMAKE_INSTALL_PREFIX ${INSTALL_ENGINE})