mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
4c1734ba2a
Resolves https://github.com/microsoft/vcpkg/issues/32653 The problem is that regardless of `LIBKEA_WITH_GDAL` it runs `find_package(GDAL`. (Ignoring the answer) Inside GDAL's package, they do `find_dependency(HDF5 COMPONENTS C)` which overrides kealib's attempted `find_package(HDF5 COMPONENTS CXX HL REQUIRED)` with the wrong libraries. |
||
---|---|---|
.. | ||
hdf5_include.patch | ||
portfile.cmake | ||
vcpkg.json |