1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +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)