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.
This commit is contained in:
Yegor Yefremov
2023-03-03 15:47:12 +01:00
committed by GitHub
parent e4ddf2c9fc
commit fb65231c63

View 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)