diff options
| author | Kai Pastor <dg0yt@darc.de> | 2019-02-15 17:11:31 +0100 |
|---|---|---|
| committer | Kai Pastor <dg0yt@darc.de> | 2019-02-15 22:04:38 +0100 |
| commit | 24c78734e88cab497d267159792963bed93383d6 (patch) | |
| tree | a71c0c10d2ed42f768e094ea4a9f198ec0a164eb /data | |
| parent | 1e6998a01edfb243d201bba5dd05bbcc239069dd (diff) | |
| download | PROJ-24c78734e88cab497d267159792963bed93383d6.tar.gz PROJ-24c78734e88cab497d267159792963bed93383d6.zip | |
Add `null` to `PROJ_DICTIONARY` files
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) |
