vcpkg/ports/h5py-lzf/unofficial-h5py-lzf-config.cmake
Kai Pastor c8f2fabe95
[vcpkg baseline][h5py-lzf] Update, use liblzf port, fix export, cleanup (#37332)
Stop using vendored liblzf in h5py-lzf, fixing `lzf.h` install conflict.
Alternative to https://github.com/microsoft/vcpkg/pull/37240.
2024-03-11 20:15:52 -07:00

5 lines
176 B
CMake

include(CMakeFindDependencyMacro)
find_dependency(hdf5 CONFIG)
find_dependency(unofficial-liblzf CONFIG)
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-h5py-lzf-targets.cmake")