From b9257a8135d739f96f2d1d0be98f745e4c184199 Mon Sep 17 00:00:00 2001 From: LiFeng Date: Thu, 9 Jan 2020 23:53:24 -0500 Subject: [PATCH] lcr: use cmake 2.8 Signed-off-by: LiFeng --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fa9f35..4bf3084 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.12.1) +cmake_minimum_required (VERSION 2.8) project (lcr) include(cmake/set_build_flags.cmake)