Skip to content

Commit

Permalink
Require Python 3.9 in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
timwoj committed Dec 5, 2024
1 parent 5647440 commit 067edbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ endif ()

if (NOT DISABLE_PYTHON_BINDINGS)
set(Python_ADDITIONAL_VERSIONS 3)
find_package(Python 3.5 COMPONENTS Interpreter Development)
find_package(Python 3.9 COMPONENTS Interpreter Development)

if (NOT Python_FOUND)
message(STATUS "Skipping Python bindings: Python interpreter not found")
Expand Down

0 comments on commit 067edbd

Please sign in to comment.