Skip to content

Commit

Permalink
Merge pull request mapnik#4421 from hummeltech/ogr-open-options-CMake
Browse files Browse the repository at this point in the history
Fix CMake build issues after OGR open_options support addition
  • Loading branch information
artemp committed Nov 28, 2023
2 parents 9d5c458 + c8fd548 commit 2e1b325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/input/ogr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ add_plugin_target(input-ogr "ogr")
target_sources(input-ogr ${_plugin_visibility}
ogr_converter.cpp
ogr_datasource.cpp
ogr_utils.cpp
ogr_featureset.cpp
ogr_index_featureset.cpp
)
Expand Down
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ add_executable(mapnik-test-unit
unit/datasource/geobuf.cpp
unit/datasource/geojson.cpp
unit/datasource/memory.cpp
../plugins/input/ogr/ogr_utils.cpp
unit/datasource/ogr.cpp
unit/datasource/postgis.cpp
unit/datasource/shapeindex.cpp
Expand Down

0 comments on commit 2e1b325

Please sign in to comment.