CMake 3.19.x comes with an updated FindHDF5 which now provides targets; @ras0219 / @ras0219-msft indicated as part of the review of https://github.com/microsoft/vcpkg/pull/14716 that we should be providing a drop-in compatible interface with cmake's builtins here.
We should make sure we provide a vcpkg_cmake_wrapper.cmake which provides all of the variables and targets CMake's builtin FindHDF5.cmake provides, and remove several resulting patches in downstream ports.
CMake 3.19.x comes with an updated FindHDF5 which now provides targets; @ras0219 / @ras0219-msft indicated as part of the review of https://github.com/microsoft/vcpkg/pull/14716 that we should be providing a drop-in compatible interface with cmake's builtins here.
We should make sure we provide a
vcpkg_cmake_wrapper.cmake
which provides all of the variables and targets CMake's builtin FindHDF5.cmake provides, and remove several resulting patches in downstream ports.