From ea8c0501aad3278c3aa470362e8539cb30ef096f Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Wed, 12 Jun 2024 14:44:42 -0700 Subject: [PATCH] Bump CMake requirement to 3.16.3 This matches the cmake version in Ubuntu 20.04 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b3e573..6cccb07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,8 +26,8 @@ # POSSIBILITY OF SUCH DAMAGE. # -cmake_minimum_required(VERSION 3.5.1) -cmake_policy(VERSION 3.5.1) +cmake_minimum_required(VERSION 3.16.3) +cmake_policy(VERSION 3.16.3) project(editorconfig VERSION "0.12.8" LANGUAGES C)