]> git.openstreetmap.org Git - nominatim.git/blobdiff - CMakeLists.txt
splitted createTables and changed formatting to please Travis
[nominatim.git] / CMakeLists.txt
old mode 100644 (file)
new mode 100755 (executable)
index afd8159..5812883
@@ -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,6 +111,7 @@ set(CUSTOMFILES
     utils/query.php
     utils/server_compare.php
     utils/setup.php
+    utils/setupClass.php
     utils/specialphrases.php
     utils/update.php
     utils/warm.php