X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f6fc750f0854014f2fecd0bb13b82384d6e9d0c3..9036bf3398fac5778f3d3242b2da58a3b16a3a0d:/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() #-----------------------------------------------------------------------------