From 24c78734e88cab497d267159792963bed93383d6 Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Fri, 15 Feb 2019 17:11:31 +0100 Subject: Add `null` to `PROJ_DICTIONARY` files --- data/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') 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) -- cgit v1.2.3