]> git.openstreetmap.org Git - nominatim.git/commitdiff
improve wording of error message
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 23 Aug 2018 18:58:15 +0000 (20:58 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 23 Aug 2018 18:58:15 +0000 (20:58 +0200)
CMakeLists.txt

index afd8159466eb77f7d8d44fb4e36860ceea9aba4a..af6b9a92657e91bdfc22ac859821b39871a2a19b 100644 (file)
@@ -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})
 
 #-----------------------------------------------------------------------------
 #