mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-16 00:13:00 +00: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
|
project(notcurses VERSION 1.6.12
|
||||||
DESCRIPTION "Blingful UI for modern terminal emulators"
|
DESCRIPTION "Blingful UI for modern terminal emulators"
|
||||||
HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
|
HOMEPAGE_URL "https://nick-black.com/dankwiki/index.php/notcurses"
|
||||||
|
@ -112,7 +112,7 @@ that fine library.
|
|||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* (build) A C11 and a C++17 compiler
|
* (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) From NCURSES: terminfo 6.1+
|
||||||
* (build+runtime) GNU libunistring 0.9.10+
|
* (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+
|
* (OPTIONAL) (build+runtime) From QR-Code-generator: [libqrcodegen](https://github.com/nayuki/QR-Code-generator) 1.5.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user