mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:19:08 +08:00
c8f2fabe95
Stop using vendored liblzf in h5py-lzf, fixing `lzf.h` install conflict. Alternative to https://github.com/microsoft/vcpkg/pull/37240.
5 lines
176 B
CMake
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")
|