mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
CMake: require python3
This commit is contained in:
parent
9f103d36e2
commit
fac377b2bc
@ -269,6 +269,10 @@ write_basic_package_version_file(
|
|||||||
COMPATIBILITY SameMajorVersion
|
COMPATIBILITY SameMajorVersion
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Python bindings
|
||||||
|
find_package(Python3 COMPONENTS Development REQUIRED)
|
||||||
|
# FIXME
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
install(FILES
|
install(FILES
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/notcursesConfig.cmake
|
${CMAKE_CURRENT_BINARY_DIR}/notcursesConfig.cmake
|
||||||
|
@ -107,6 +107,7 @@ that fine library.
|
|||||||
* From NCURSES: terminfo 6.1+
|
* From NCURSES: terminfo 6.1+
|
||||||
* (OPTIONAL) From FFMpeg: libswscale 5.0+, libavformat 57.0+, libavutil 56.0+
|
* (OPTIONAL) From FFMpeg: libswscale 5.0+, libavformat 57.0+, libavutil 56.0+
|
||||||
* (documentation) [pandoc](https://pandoc.org/index.html) 1.19.2+
|
* (documentation) [pandoc](https://pandoc.org/index.html) 1.19.2+
|
||||||
|
* (Python bindings): Python + CFFI
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user