X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/7704b3fc7b8d099ad2bea89d780723a76129095a..15a66e7b7d79d273f1674f673161cb440458ca7d:/CMakeLists.txt?ds=inline 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() #-----------------------------------------------------------------------------