]> prime8.dev >> repos - ttyd.git/commitdiff
Bump CMake version to 2.8.12 (#1081)
authorYegor Yefremov <yegorslists@googlemail.com>
Fri, 3 Mar 2023 14:47:12 +0000 (15:47 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Mar 2023 14:47:12 +0000 (22:47 +0800)
Fixes the following warning:

Compatibility with CMake < 2.8.12 will be removed from a future version
of CMake.

CMakeLists.txt

index 6bacdd0053c26d3e3838c00b66b2a9801514742a..a37230c5b02e0eff2aca50a099bbc6405980db3d 100644 (file)
@@ -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)