You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking at version 1.10.5 build 1103 on Windows (built with CMake) that provides a cmake package.
In hdf5-targets.cmake, the exported target hdf5::hdf5-static has an hardcoded INTERFACE_LINK_LIBRARIES: C:/bld/hdf5_split_1566414186589/_h_env/Library/lib/z.lib;
I checked the previous 3 builds (down to 1100) and they have the same issue.
This is probably an issue with the upstream HDF5 project though...
As a side note, there is also some discrepancy between Windows and Unix packages:
Feature
Windows
Linux
CMake Package
Yes
No
Separate package for static libraries
No
Yes
The text was updated successfully, but these errors were encountered:
I am looking at version 1.10.5 build
1103
on Windows (built with CMake) that provides a cmake package.In
hdf5-targets.cmake
, the exported targethdf5::hdf5-static
has an hardcoded INTERFACE_LINK_LIBRARIES:C:/bld/hdf5_split_1566414186589/_h_env/Library/lib/z.lib;
I checked the previous 3 builds (down to
1100
) and they have the same issue.This is probably an issue with the upstream HDF5 project though...
As a side note, there is also some discrepancy between Windows and Unix packages:
The text was updated successfully, but these errors were encountered: