X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b2f8fb620175157d97254a4163f6c5bba62199db..0b2abfb11570de36fd73a6c43c333aeb78d42a97:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index f5820c7f..f7d396d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -117,22 +117,6 @@ if (BUILD_IMPORTER) ${PROJECT_BINARY_DIR}/nominatim) endif() -#----------------------------------------------------------------------------- -# Targets for running a development webserver from the build directory. -#----------------------------------------------------------------------------- - -if (BUILD_API) - add_custom_target(serve - 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() - #----------------------------------------------------------------------------- # Tests #-----------------------------------------------------------------------------