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