Skip to content

Commit

Permalink
Mode PDS4 data file to frmts/pds/data
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 16, 2024
1 parent 59b8a6a commit be9e61c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion frmts/pds/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ add_gdal_driver(
PLUGIN_CAPABLE_IF "NOT GDAL_USE_JSONC_INTERNAL\\\;NOT GDAL_USE_GEOTIFF_INTERNAL\\\;NOT GDAL_USE_TIFF_INTERNAL"
)

set(GDAL_DATA_FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/vicar.json)
set(GDAL_DATA_FILES
${CMAKE_CURRENT_SOURCE_DIR}/data/pds4_template.xml
${CMAKE_CURRENT_SOURCE_DIR}/data/vicar.json
)
set_property(
TARGET ${GDAL_LIB_TARGET_NAME}
APPEND
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion gdal.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,6 @@ set(GDAL_DATA_FILES
data/pci_datum.txt
data/pci_ellips.txt
data/pdfcomposition.xsd
data/pds4_template.xml
data/plscenesconf.json
data/stateplane.csv
data/template_tiles.mapml
Expand Down

0 comments on commit be9e61c

Please sign in to comment.