Skip to content

Commit

Permalink
Clarify GDAL version requirement
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 <logans@cottsay.net>
  • Loading branch information
cottsay committed Jan 26, 2024
1 parent 0b8428a commit f6372e4
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 f6372e4

Please sign in to comment.