Skip to content

Commit

Permalink
Bump CMake version to 2.8.12 (#1081)
Browse files Browse the repository at this point in the history
Fixes the following warning:

Compatibility with CMake < 2.8.12 will be removed from a future version
of CMake.
  • Loading branch information
yegorich committed Mar 3, 2023
1 parent e4ddf2c commit fb65231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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)
Expand Down

0 comments on commit fb65231

Please sign in to comment.