X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f6fc750f0854014f2fecd0bb13b82384d6e9d0c3..4ad88188095a3ce19c8fd6f5449d78b5e4aa82d4:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index f151b312..8200e757 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,7 @@ endif() #----------------------------------------------------------------------------- if (BUILD_IMPORTER) - find_package(PythonInterp 3.6 REQUIRED) + find_package(PythonInterp 3.7 REQUIRED) endif() #-----------------------------------------------------------------------------