Skip to content

Commit

Permalink
Clarify GDAL version requirement (#574)
Browse files Browse the repository at this point in the history
The default behavior of pkg-config seems to be an exact version match.

Signed-off-by: Scott K Logan <[email protected]>
  • Loading branch information
cottsay authored Jan 29, 2024
1 parent 0b8428a commit e9dbca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ gz_find_package(
# Find GDAL
gz_find_package(GDAL VERSION 3.0
PKGCONFIG gdal
PKGCONFIG_VER_COMPARISON >=
PRIVATE_FOR geospatial
REQUIRED_BY geospatial)

Expand Down

0 comments on commit e9dbca7

Please sign in to comment.