]> git.openstreetmap.org Git - nominatim.git/blobdiff - CMakeLists.txt
use check parameter of subprocess.run
[nominatim.git] / CMakeLists.txt
index 52c8331d15a92706fddecf4a52dd0e50db0eab1a..88565238a131d4129c0dfdabf2b7829f3d20e1d4 100644 (file)
@@ -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}")