require Python 3.6 also in CMakeFile

This had been forgotten when increasing the minimum Python version.
This commit is contained in:
Sarah Hoffmann
2021-07-19 10:14:14 +02:00
parent ee32315378
commit 379f5db516

View File

@@ -62,7 +62,7 @@ endif()
#-----------------------------------------------------------------------------
if (BUILD_IMPORTER)
find_package(PythonInterp 3.5 REQUIRED)
find_package(PythonInterp 3.6 REQUIRED)
endif()
#-----------------------------------------------------------------------------