diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 894deeff..e64015b9 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -2,7 +2,8 @@ # files containing dictionary of useful projection # -set(PROJ_DICTIONARY world +set(PROJ_DICTIONARY null + world other.extra nad27 GL27 @@ -49,7 +50,6 @@ add_custom_target(generate_proj_db ALL DEPENDS ${PROJ_DB}) if(NOT "${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}") foreach(FILE ${PROJ_DICTIONARY} - null ${GRIDSHIFT_FILES} ${GEOID_FILES}) configure_file(${FILE} ${FILE} COPYONLY) |
