mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Minimum required python version is 2.4.
Got rid of TODO... The version you specify to find_package is the minimum version, so exactly what we want.
This commit is contained in:
parent
86df3edaa0
commit
968e97bd4b
@ -681,7 +681,7 @@ endif()
|
|||||||
if (NOT EVENT__DISABLE_TESTS)
|
if (NOT EVENT__DISABLE_TESTS)
|
||||||
|
|
||||||
# (We require python to generate the regress tests)
|
# (We require python to generate the regress tests)
|
||||||
find_package(PythonInterp 2) # TODO: Require 2.4+ here...
|
find_package(PythonInterp 2.4)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Generate Regress tests.
|
# Generate Regress tests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user