-
-
Notifications
You must be signed in to change notification settings - Fork 830
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
Remove internal flann #1495
Remove internal flann #1495
Conversation
3c52c36
to
251ae68
Compare
598cc8f
to
21f55b1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on Windows and Linux, everything works as expected in both cases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to update the documentation, e.g.
https://github.com/alicevision/AliceVision/blob/develop/INSTALL.md#dependencies
https://github.com/alicevision/AliceVision/blob/develop/INSTALL.md#building-the-project-using-vcpkg-recommended-on-windows
https://github.com/alicevision/AliceVision/blob/develop/INSTALL.md#building-the-project-using-external-dependencies
Flann can now only be used as an external dependency hence the following updates: - It is removed from the list of internal dependencies, and the AV fork is linked instead; - It is explicitly added to the list of packages to install with vcpkg (in reality, it was already installed without being explicitly requested); - Any reference to Flann being either internal or external is removed.
Done: the documentation has been updated.
Remove flann located inside alicevision repository to use an external one.
Updated CMakeLists to use non modified lz4 and flann.
Disable PCL as it is not used in AliceVision currently.