From: Yegor Yefremov Date: Fri, 3 Mar 2023 14:47:12 +0000 (+0100) Subject: Bump CMake version to 2.8.12 (#1081) X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=fb65231c63458952c85871e2660457fa82618878;p=ttyd.git 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. --- 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)