From: Sarah Hoffmann Date: Mon, 16 Aug 2021 06:48:28 +0000 (+0200) Subject: Merge pull request #2424 from lonvia/multi-country-import X-Git-Tag: v4.0.0~42 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/31d95457020dd73af7f92dc1b10c928dacadc56a?hp=23e3724abb62649777dd9f8956094dc03acb8510 Merge pull request #2424 from lonvia/multi-country-import Update instructions for importing multiple regions --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 976f0698..0b2d7b11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -153,7 +153,7 @@ if (BUILD_TESTS) if (PHPCS) message(STATUS "Using phpcs binary ${PHPCS}") add_test(NAME phpcs - COMMAND ${PHPCS} --report-width=120 --colors lib website utils + COMMAND ${PHPCS} --report-width=120 --colors lib-php WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}) else() message(WARNING "phpcs not found. PHP linting tests disabled." )