From fb65231c63458952c85871e2660457fa82618878 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Fri, 3 Mar 2023 15:47:12 +0100 Subject: [PATCH] Bump CMake version to 2.8.12 (#1081) Fixes the following warning: Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bacdd0..a37230c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 2.8.12) if(${CMAKE_VERSION} VERSION_LESS "3.12.0") project(ttyd C) -- 2.43.4