Skip to content

Commit 7e17d88

Browse files
cmake version set to 3.10
1 parent 9ffc057 commit 7e17d88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)