-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to link against H5Z-ZFP
on Windows
#130
Comments
Did you do this for your application? |
Looking at the latest version At the time when I converted the existing build system (Unix/Linux based) to a CMake build system I did not consider the possibility to build the filter on Windows. Nevertheless, I am happy to read that you want to do this. If desired I can take a look the problem. |
Yes I tried this. @jwsblokland it would be great to imrove CMake config so that it could be properly linked with CMake on Windows. target_link_libraries(FastIO PUBLIC "C:\\Users\\user\\dev\\H5Z-ZFP-install\\lib\\h5zzfp.lib")
target_link_libraries(FastIO PUBLIC "C:\\Users\\user\\dev\\zfp-install\\lib\\zfp.lib") So there is only a little defect with CMake config. |
Looks like the config file didn't get updated to a more general method. We have done this for all the config files in hdf5/hdf4. Just need to use the CMake suggestions for creating the .in file. |
Hi,
I just tried to install and link aganist
H5Z-ZFP
with cmake but it gives configuration error:and it seems that
h5z_zfp-config.cmake
doesn't look for.dll
libraries.My content of this file:
H5Z-ZFP git tag:
v1.1.1
The text was updated successfully, but these errors were encountered: