CMake: NAME_WLE requires CMake 3.14

This commit is contained in:
nick black 2020-01-01 19:06:57 -05:00
parent b1c16cd437
commit 390ca477bd
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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+