-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Import library not installed on mingw64 #348
Comments
I wonder if those variables should be encapsulated with double quotes, like so For the test, lines 292 and 293 in |
Don't thinks so, it works as is for the RUNTIME and LIBRARY artifacts, just not for the ARCHIVE for some reason. |
Ah, might have to w/ stripping - a stripped and empty import library seems to be skipped by CPack? Might be an idea to have the whole CPack section optional and possibly leave the details to various other packaging and distribution schemes. |
Not it either... It actually seems to be related to the
This also worked for me for line 290 etc.:
|
Also, if you prefer not to remove |
Similarly, |
Describe the bug
libblosc2.dll.a
import library is missing after install so any dynamic linking against -lblosc2 fails (unresolved symbols).It is indeed built, just not installed.
This is despite the expected ARCHIVE component in CMakeLists.txt.
To Reproduce
Expected behavior
libblosc2.dll.a
should be present in${CMAKE_INSTALL_LIBDIR}
System information:
The text was updated successfully, but these errors were encountered: