Re: GDAL 3.13.0 beta1 available
Holger Jaekel via gdal-dev <[email protected]>
| Newsgroups | gmane.comp.gis.gdal.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Even, Am 20.04.26 um 23:40 schrieb Even Rouault: > The intent was to require any grok >= 20.2.8. I suspect the minimum > version check should be expressed differently. Can you come with a patch ? Not a solution, but I found this in GrokConfigVersion.cmake as part of the Grok package: # The created file sets PACKAGE_VERSION_EXACT if the current version # string and the requested version string are exactly the same and it # sets PACKAGE_VERSION_COMPATIBLE if the current version is >= # requested version, but only if the requested major and minor versions # are the same as the current one. Grok therefore considers versions 20.2.x and 20.3.y to be incompatible. Best regards, Holger