]> git.openstreetmap.org Git - nominatim.git/commitdiff
require Python 3.6 also in CMakeFile
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 19 Jul 2021 08:14:14 +0000 (10:14 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 19 Jul 2021 08:14:14 +0000 (10:14 +0200)
This had been forgotten when increasing the minimum Python version.

CMakeLists.txt

index 38551da75a5586b58daf6f7987c7c540d89b2361..976f0698901aed5c9b0d2242ed64e440bbde4dca 100644 (file)
@@ -62,7 +62,7 @@ endif()
 #-----------------------------------------------------------------------------
 
 if (BUILD_IMPORTER)
-    find_package(PythonInterp 3.5 REQUIRED)
+    find_package(PythonInterp 3.6 REQUIRED)
 endif()
 
 #-----------------------------------------------------------------------------