-find_program(OSMOSIS osmosis)
-if (NOT EXISTS "${OSMOSIS}")
- set(OSMOSIS_PATH "/nonexistent")
- message(WARNING "Osmosis not found (required for updates)")
+find_program(PYOSMIUM pyosmium-get-changes)
+if (NOT EXISTS "${PYOSMIUM}")
+ set(PYOSMIUM_PATH "/nonexistent")
+ message(WARNING "pyosmium-get-changes not found (required for updates)")