Skip to content

Commit

Permalink
[gdal] Fix compilation with xls
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Dec 5, 2024
1 parent eaecca2 commit 185404d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/gdal/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1436,6 +1436,7 @@ if (GDAL_OGR_FRMTS_XLS)
target_sources(ogr PRIVATE
ogr/ogrsf_frmts/xls/ogrxlsdatasource.cpp
ogr/ogrsf_frmts/xls/ogrxlsdriver.cpp
ogr/ogrsf_frmts/xls/ogrxlsdrivercore.cpp
ogr/ogrsf_frmts/xls/ogrxlslayer.cpp
)
target_compile_definitions(ogr PRIVATE XLS_ENABLED)
Expand Down

0 comments on commit 185404d

Please sign in to comment.