Opened 4 years ago
Last modified 4 years ago
#985 assigned task
Update GDAL to 3.x
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | GDAL Provider | Version: | |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description
Note:
See TracTickets
for help on using tickets.
Our current strategy of checking in sources for GDAL to build on windows is not tenable with 3.x.
GDAL 3.x requires PROJ >= 6, so that would require us to check in sources for PROJ as well.
PROJ itself has dependencies on a whole assortment of other libraries.
The end result is an exponential explosion of library sources we have to check in.
Our efforts are better focused on extending our CMake build support over to Windows so we can offload most/all of our 3rd party libs to the responsibility of a tool like vcpkg