mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 16:09:00 +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.
20 lines
368 B
JSON
20 lines
368 B
JSON
{
|
|
"name": "kealib",
|
|
"version": "1.4.14",
|
|
"port-version": 1,
|
|
"description": "KEALib provides an implementation of the GDAL data model using HDF5.",
|
|
"homepage": "https://github.com/ubarsc/kealib",
|
|
"dependencies": [
|
|
{
|
|
"name": "hdf5",
|
|
"features": [
|
|
"cpp"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|