Skip to content

Commit 8a1b8ec

Browse files
authored
Merge pull request mariadb-corporation#2553 from mariadb-corporation/cmake-version
cmake version set to 3.10
2 parents 9ffc057 + 7e17d88 commit 8a1b8ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CMAKE_MINIMUM_REQUIRED(VERSION 3.12)
1+
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
22

33
PROJECT(Columnstore)
44

cmake/cpackEngineDEB.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IF(DEB)
22

3-
CMAKE_MINIMUM_REQUIRED(VERSION 3.12)
3+
CMAKE_MINIMUM_REQUIRED(VERSION 3.10)
44

55
SET(CMAKE_INSTALL_PREFIX ${INSTALL_ENGINE})
66

storage-manager/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.12)
1+
cmake_minimum_required(VERSION 3.10)
22

33
project(storagemanager)
44

0 commit comments

Comments
 (0)