From b5423127ff0a3f2090a2f310791d6b914c7f7fc0 Mon Sep 17 00:00:00 2001 From: Jing Liu Date: Tue, 12 Dec 2023 07:37:19 -0600 Subject: [PATCH] encreased cmake version in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c649d0..606d080 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.9 FATAL_ERROR) +cmake_minimum_required(VERSION 3.16 FATAL_ERROR) project(gears)