mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
CMake: NAME_WLE requires CMake 3.14
This commit is contained in:
parent
b1c16cd437
commit
390ca477bd
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
project(notcurses VERSION 0.9.9
|
||||
DESCRIPTION "UI for modern terminal emulators"
|
||||
HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
|
||||
|
@ -103,7 +103,7 @@ that fine library.
|
||||
## Requirements
|
||||
|
||||
* A C11 and a C++17 compiler
|
||||
* CMake 3.13.0+
|
||||
* CMake 3.14.0+
|
||||
* From NCURSES: terminfo 6.1+
|
||||
* (OPTIONAL) From FFMpeg: libswscale 5.0+, libavformat 57.0+, libavutil 56.0+
|
||||
* (man pages) [ronn](https://github.com/rtomayko/ronn) 0.8+
|
||||
|
Loading…
Reference in New Issue
Block a user