mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-25 18:48:15 +00:00
Remove country.sql from CMakeLists.txt
This commit is contained in:
@@ -226,8 +226,7 @@ if (BUILD_IMPORTER)
|
|||||||
PATTERN __pycache__ EXCLUDE)
|
PATTERN __pycache__ EXCLUDE)
|
||||||
install(DIRECTORY lib-sql DESTINATION ${NOMINATIM_LIBDIR})
|
install(DIRECTORY lib-sql DESTINATION ${NOMINATIM_LIBDIR})
|
||||||
|
|
||||||
install(FILES data/country_name.sql
|
install(FILES ${COUNTRY_GRID_FILE}
|
||||||
${COUNTRY_GRID_FILE}
|
|
||||||
data/words.sql
|
data/words.sql
|
||||||
DESTINATION ${NOMINATIM_DATADIR})
|
DESTINATION ${NOMINATIM_DATADIR})
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user