mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-10 03:54:06 +00:00
remove pyosmium-get-changes detection from cmake
pyosmium-get-changes is not longer used.
This commit is contained in:
@@ -57,20 +57,11 @@ endif()
|
|||||||
|
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
# python and pyosmium (imports/updates only)
|
# python (imports/updates only)
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
|
|
||||||
if (BUILD_IMPORTER)
|
if (BUILD_IMPORTER)
|
||||||
find_package(PythonInterp 3.5 REQUIRED)
|
find_package(PythonInterp 3.5 REQUIRED)
|
||||||
|
|
||||||
find_program(PYOSMIUM pyosmium-get-changes)
|
|
||||||
if (NOT EXISTS "${PYOSMIUM}")
|
|
||||||
set(PYOSMIUM_PATH "")
|
|
||||||
message(WARNING "pyosmium-get-changes not found (required for updates)")
|
|
||||||
else()
|
|
||||||
set(PYOSMIUM_PATH "${PYOSMIUM}")
|
|
||||||
message(STATUS "Using pyosmium-get-changes at ${PYOSMIUM_PATH}")
|
|
||||||
endif()
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#-----------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user