X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0cdbb97f6a4953971d60a46ddabc5df24be5f8ad..d485aef7019206bc02167d391c91cb1aa47fe6dc:/CMakeLists.txt?ds=inline diff --git a/CMakeLists.txt b/CMakeLists.txt index c8a57521..3f68012f 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() #-----------------------------------------------------------------------------