]> git.openstreetmap.org Git - nominatim.git/blobdiff - CMakeLists.txt
forgot to replace one occurence of sql_dir
[nominatim.git] / CMakeLists.txt
index f5820c7fdf9ea06c4eb2b4427681be6f9d872193..f7d396d0ebc6be503d653085268e3e152cd2d08f 100644 (file)
@@ -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
 #-----------------------------------------------------------------------------