mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Require Python 3.9 in CMakeLists.txt
This commit is contained in:
parent
beb7b5bbbf
commit
566fa7c6d0
1 changed files with 1 additions and 1 deletions
|
@ -772,7 +772,7 @@ if (NOT SED_EXE)
|
|||
endif ()
|
||||
endif ()
|
||||
|
||||
set(ZEEK_PYTHON_MIN 3.5.0)
|
||||
set(ZEEK_PYTHON_MIN 3.9.0)
|
||||
set(Python_FIND_UNVERSIONED_NAMES FIRST)
|
||||
find_package(Python ${ZEEK_PYTHON_MIN} REQUIRED COMPONENTS Interpreter)
|
||||
find_package(FLEX REQUIRED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue