-
Notifications
You must be signed in to change notification settings - Fork 648
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
lz4 code inside flann #307
Comments
👍 plus one for this... It also causes problems because use
For a concrete example, it is impossible to include: The only way to fix this, is for both flann and the system version of lz4 to be newer, and include this commit: which replaced the -#pragma once
+#ifndef LZ4_H_2983827168210
+#define LZ4_H_2983827168210
...
+#endif /* LZ4_H_2983827168210 */ |
Resolved by #399, but it has not been released, so packagers will need to patch on that change. |
I made a PR to fix |
flann has code from another project lz4. It's not a license problem, but for instance it violates some policy in debian.
Could be possible to activate some flag in cmake that in case that lz4 was not detected use that folder or if detected use the external lz4 library?
See this project blosc
Think that if you use the external lz4 you should add then -lz4 in the pkg-config .pc file
The text was updated successfully, but these errors were encountered: