diff --git a/CMakeLists.txt b/CMakeLists.txt index aa387b0b1..469649fcb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 3.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.10) PROJECT(Columnstore) diff --git a/cmake/cpackEngineDEB.cmake b/cmake/cpackEngineDEB.cmake index dc1f0254c..9c9b1d575 100644 --- a/cmake/cpackEngineDEB.cmake +++ b/cmake/cpackEngineDEB.cmake @@ -1,6 +1,6 @@ IF(DEB) -CMAKE_MINIMUM_REQUIRED(VERSION 3.12) +CMAKE_MINIMUM_REQUIRED(VERSION 3.10) SET(CMAKE_INSTALL_PREFIX ${INSTALL_ENGINE}) diff --git a/storage-manager/CMakeLists.txt b/storage-manager/CMakeLists.txt index de20f8923..3b914138f 100755 --- a/storage-manager/CMakeLists.txt +++ b/storage-manager/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.12) +cmake_minimum_required(VERSION 3.10) project(storagemanager)