X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f6fc750f0854014f2fecd0bb13b82384d6e9d0c3..104722a56a4773eae275b25987b4d340f19d35bb:/CMakeLists.txt?ds=sidebyside 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() #-----------------------------------------------------------------------------