mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-24 20:54:21 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user