OSGeo / gdal

GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
https://gdal.org
Other
4.92k stars 2.56k forks source link

CMake: MSVC 64-bit cleanup #11318

Closed dg0yt closed 1 day ago

dg0yt commented 1 day ago

What does this PR do?

This PR revises CMake code for MSVC.

Tasklist

Environment

Provide environment details, if relevant:


No local testing due to no MSVC.

dg0yt commented 1 day ago

Removed FindDB2.cmake.
There are interesting hits for git grep DB2 (frmts/drivers.ini, and HACK_FOR_IBM_DB2_V72), but this out of scope for this PR.

rouault commented 1 day ago

frmts/drivers.ini,

just removed that one

HACK_FOR_IBM_DB2_V72

hum, that one dates back to times where I was hardly born. It doesn't related with the DB2 driver that was added (and eventually removed) after this HACK_FOR_IBM_DB2_V72