From 88f158340b18ec7fd8b88f40174cc15be73e6e01 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Tue, 21 Sep 2021 21:02:20 +0800 Subject: [PATCH] refact --- CMakeLists.txt => 2.0/CMakeLists.txt | 0 src/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename CMakeLists.txt => 2.0/CMakeLists.txt (100%) diff --git a/CMakeLists.txt b/2.0/CMakeLists.txt similarity index 100% rename from CMakeLists.txt rename to 2.0/CMakeLists.txt diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f480996cef..273dc80cbb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -CMAKE_MINIMUM_REQUIRED(VERSION 2.8...3.20) +# CMAKE_MINIMUM_REQUIRED(VERSION 2.8...3.20) PROJECT(TDengine) # Base compile -- GitLab