Skip to content
Snippets Groups Projects
Commit d34d9f3a authored by Daniel Savchenko's avatar Daniel Savchenko
Browse files

python min 3.12?

parent 28b6e9f4
Branches
No related tags found
2 merge requests!265Mac fix,!264Mac fix
...@@ -96,7 +96,7 @@ endif() ...@@ -96,7 +96,7 @@ endif()
if (NOT DISABLE_OPENFLIPPER_PYTHON_SYSTEM) if (NOT DISABLE_OPENFLIPPER_PYTHON_SYSTEM)
if (NOT Python3_FOUND) if (NOT Python3_FOUND)
find_package(Python3 3.11...3.12.9 COMPONENTS Interpreter Development) find_package(Python3 3.12 COMPONENTS Interpreter Development)
endif() endif()
if (NOT TARGET pybind11::module OR NOT TARGET pybind11::embed) if (NOT TARGET pybind11::module OR NOT TARGET pybind11::embed)
include(FetchContent) include(FetchContent)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment