Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: msys2-mingw-w64: disable netCDF because of CMake issue with netCD…
…F 4.9.3 Cf msys2/MINGW-packages@5833052#commitcomment-152309674 The update to netCDF 4.9.3 breaks building GDAL against netCDF. Cf https://github.com/OSGeo/gdal/actions/runs/13217070591/job/36897548259?pr=11819 : ``` CMake Error at D:/a/_temp/msys64/mingw64/lib/cmake/netCDF/netCDFConfig.cmake:15 (message): File or directory /mingw64 referenced by variable netCDF_INSTALL_PREFIX does not exist ! Call Stack (most recent call first): D:/a/_temp/msys64/mingw64/lib/cmake/netCDF/netCDFConfig.cmake:32 (set_and_check) cmake/helpers/CheckDependentLibrariesCommon.cmake:141 (find_package) cmake/helpers/CheckDependentLibraries.cmake:408 (gdal_check_package) gdal.cmake:76 (include) CMakeLists.txt:264 (include) ```
- Loading branch information