<div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>Depending on what you need, I've found using VCPKG (<a href="https://vcpkg.io/en/">https://vcpkg.io/en/</a>) can make it straightforward to address the dependencies <b>of</b> GDAL, and it's all driven by CMake underneath, like GDAL's builds. Importantly, it is well tested and supported on Windows. That means you end up spending your time on GDAL/PROJ rather than why libpng or another sub-dependency isn't building properly. </div><div><br></div><div>And if you don't need to track GDAL/PROJ super-closely, VCPKG itself mostly tracks recent releases (eg: right now GDAL 3.10 and PROJ 9.5.1). It does have a bit of a learning curve though; and things like python bindings add extra complexity.</div><div></div><div><br></div><div>HTH,</div><div><br></div><div>Rob :)</div></div></div>