From f49837dbfabebe45ca9198b940f9e9a4667a60a4 Mon Sep 17 00:00:00 2001 From: YuhangQ Date: Sun, 5 Dec 2021 22:51:34 +0800 Subject: [PATCH] change cmake requirement --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index be14da3..2666481 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ include_directories(./src) project (invodb) -cmake_minimum_required(VERSION 3.15) +cmake_minimum_required(VERSION 3.0) set(CMAKE_CXX_STANDARD 17)