]> git.openstreetmap.org Git - nominatim.git/blobdiff - CMakeLists.txt
update osm2pgsql
[nominatim.git] / CMakeLists.txt
index 787baeb23de7e0c9afb7621024d2f448b2c63391..cb1373419987d4f79e228f935857b3438ab9b860 100644 (file)
@@ -121,7 +121,6 @@ if (BUILD_API)
    set(WEBSITESCRIPTS
        website/deletable.php
        website/details.php
-       website/hierarchy.php
        website/lookup.php
        website/polygons.php
        website/reverse.php
@@ -146,6 +145,11 @@ if (BUILD_API)
            php -S 127.0.0.1:8088
            WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/website
    )
+
+   add_custom_target(serve-global
+           php -S 0.0.0.0:8088
+           WORKING_DIRECTORY ${PROJECT_BINARY_DIR}/website
+   )
 endif()
 
 #-----------------------------------------------------------------------------