X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/e70f405abddfe5a8a7400424558071ebba769eda..d9e0ef0ebfbc2860e7c0b7e7510a4014300074be:/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index b7a2caaf..7d401ade 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,7 +109,6 @@ set(CUSTOMSCRIPTS utils/importWikipedia.php utils/export.php utils/query.php - utils/server_compare.php utils/setup.php utils/specialphrases.php utils/update.php @@ -126,14 +125,8 @@ foreach (script_source ${WEBSITESCRIPTS}) ${PROJECT_BINARY_DIR}/${script_source}) endforeach() -set(CONFIGUREFILES - settings/phrase_settings.php - settings/defaults.php - ) - -foreach (cfile ${CONFIGUREFILES}) - configure_file(${PROJECT_SOURCE_DIR}/${cfile} ${PROJECT_BINARY_DIR}/${cfile}) -endforeach() +configure_file(${PROJECT_SOURCE_DIR}/settings/defaults.php + ${PROJECT_BINARY_DIR}/settings/settings.php) set(WEBPATHS css images js)