mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
CMake: restore 3.14.0+ requirements
This commit is contained in:
parent
e6dda217a0
commit
aebf2cdb9c
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.11.4)
|
||||
cmake_minimum_required(VERSION 3.14.0)
|
||||
project(notcurses VERSION 1.6.12
|
||||
DESCRIPTION "Blingful UI for modern terminal emulators"
|
||||
HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
|
||||
|
@ -112,7 +112,7 @@ that fine library.
|
||||
## Requirements
|
||||
|
||||
* (build) A C11 and a C++17 compiler
|
||||
* (build) CMake 3.11.4+
|
||||
* (build) CMake 3.14.0+
|
||||
* (build+runtime) From NCURSES: terminfo 6.1+
|
||||
* (build+runtime) GNU libunistring 0.9.10+
|
||||
* (OPTIONAL) (build+runtime) From QR-Code-generator: [libqrcodegen](https://github.com/nayuki/QR-Code-generator) 1.5.0+
|
||||
|
Loading…
x
Reference in New Issue
Block a user