aboutsummaryrefslogtreecommitdiff
path: root/data/sql_filelist.cmake
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-01-29 12:51:49 +0100
committerGitHub <noreply@github.com>2020-01-29 12:51:49 +0100
commitbf6b1a889b12d7ecdcb190cd14155e09e132095f (patch)
treef742983990ca914ff3044352efd4e01eef5bd01d /data/sql_filelist.cmake
parent74a10a8de03deb823690f143e191087bf7c4821f (diff)
parentb113d0825cf82f66f738746db0f21745017552e9 (diff)
downloadPROJ-bf6b1a889b12d7ecdcb190cd14155e09e132095f.tar.gz
PROJ-bf6b1a889b12d7ecdcb190cd14155e09e132095f.zip
Merge pull request #1891 from rouault/rfc5
Implement RFC5: Adopt GeoTIFF-based grids for grids delivered with PROJ
Diffstat (limited to 'data/sql_filelist.cmake')
-rw-r--r--data/sql_filelist.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sql_filelist.cmake b/data/sql_filelist.cmake
index 676a7a2c..041bdd74 100644
--- a/data/sql_filelist.cmake
+++ b/data/sql_filelist.cmake
@@ -29,7 +29,7 @@ set(SQL_FILES
"${SQL_DIR}/esri.sql"
"${SQL_DIR}/ignf.sql"
"${SQL_DIR}/grid_alternatives.sql"
- "${SQL_DIR}/grid_alternatives_generated.sql"
+ "${SQL_DIR}/grid_alternatives_generated_noaa.sql"
"${SQL_DIR}/customizations.sql"
"${SQL_DIR}/commit.sql"
)