mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
use check parameter of subprocess.run
...instead of checking on our own. Also increase required version of Python to 3.5 because of subprocess.run().
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user