X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/de724aa57646cad725162bdae56a5a6320cb8ce9..7cf9d459d6ccb91d7efdce13d5b33d331e47c127:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 52c8331d..88565238 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ endif() #----------------------------------------------------------------------------- if (BUILD_IMPORTER) - find_package(PythonInterp 3) + find_package(PythonInterp 3.5 REQUIRED) find_program(PYOSMIUM pyosmium-get-changes) if (NOT EXISTS "${PYOSMIUM}")