X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/55fa051d3a7019db62802f6bce29ab2a8f7e9657..9e35e5c2b02887e361972ffbb20e65bbba0d02c7:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100644 new mode 100755 index e35b6d01..af6b9a92 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,9 +83,9 @@ if (NOT PHP_BIN) endif() # sanity check if PHP binary exists if (NOT EXISTS ${PHP_BIN}) - message(FATAL_ERROR "PHP binary not found install php or provide location by -DPHP_BIN=/path/php ") + message(FATAL_ERROR "PHP binary not found. Install php or provide location with -DPHP_BIN=/path/php ") endif() -message (STATUS "Setting PHP_BIN= " ${PHP_BIN}) +message (STATUS "Using PHP binary " ${PHP_BIN}) #----------------------------------------------------------------------------- # @@ -111,7 +111,6 @@ set(CUSTOMFILES utils/query.php utils/server_compare.php utils/setup.php - utils/setup_functions.php utils/specialphrases.php utils/update.php utils/warm.php