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:
Joakim Soderberg 2013-12-17 14:31:22 +01:00
parent 86df3edaa0
commit 968e97bd4b

View File

@ -681,7 +681,7 @@ endif()
if (NOT EVENT__DISABLE_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.