Skip to content

Commit

Permalink
Changed min version of GDAL to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo-Mier committed Aug 20, 2022
1 parent ab22790 commit ad3b0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Fields2CoverConfig.cmake.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(F2C_CMAKE_INSTALL_DIR @INSTALL_CMAKE_DIR@cmake/fields2cover)

include(CMakeFindDependencyMacro)
find_dependency(GDAL 2.0 REQUIRED)
find_dependency(GDAL 3.0 REQUIRED)

include("${F2C_CMAKE_INSTALL_DIR}/Fields2CoverTargets.cmake")

Expand Down

0 comments on commit ad3b0ab

Please sign in to comment.