X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/d4c7bf20a2a36894536ed5c92652c953d7eacb80..e16c5d5f703f2bbe9452a39423fcfb7e8f7bfc52:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 38551da7..976f0698 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,7 +62,7 @@ endif() #----------------------------------------------------------------------------- if (BUILD_IMPORTER) - find_package(PythonInterp 3.5 REQUIRED) + find_package(PythonInterp 3.6 REQUIRED) endif() #-----------------------------------------------------------------------------