We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
related issue about the warning: https://gitlab.kitware.com/vtk/vtk/-/issues/18308
also the wrapper uses find_dependency instead of find_package which only works correctly in *config.cmake
find_dependency
find_package
*config.cmake
The text was updated successfully, but these errors were encountered:
I noticed when looking at #16845. I might pick this up for #20146.
For lz4, I see you are already have the details in the vtk issue. An interesting puzzle indeed.
Sorry, something went wrong.
JackBoosY
Successfully merging a pull request may close this issue.
related issue about the warning:
https://gitlab.kitware.com/vtk/vtk/-/issues/18308
also the wrapper uses
find_dependency
instead offind_package
which only works correctly in*config.cmake
The text was updated successfully, but these errors were encountered: