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
|
||||
)
|
||||
|
||||
# Python bindings
|
||||
find_package(Python3 COMPONENTS Development REQUIRED)
|
||||
# FIXME
|
||||
|
||||
# Installation
|
||||
install(FILES
|
||||
${CMAKE_CURRENT_BINARY_DIR}/notcursesConfig.cmake
|
||||
|
Loading…
Reference in New Issue
Block a user