Skip to content

COMP: Update to newer find_package(Python3) support #59

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hjmjohnson
Copy link
Member

The Python3 cmake find_package module was first added in version 3.12
This module provides more rigorous support for specifying
the exact version and components that are needed. The module
has refinements in newer cmake versions to limit the
version and specify the ABI required.

The Python3 cmake find_package module was first added in version 3.12
This module provides more rigorous support for specifying
the exact version and components that are needed.  The module
has refinements in newer cmake versions to limit the
version and specify the ABI required.
vtkAddon/Testing/vtkParallelTransportTest1.cxx:100:21:
    warning: unused variable ‘tangentsArray’ [-Wunused-variable]
    100 |     vtkDoubleArray* tangentsArray = vtkDoubleArray::SafeDownCast(pointData->GetArray("Tangents"));
        |                     ^~~~~~~~~~~~~
vtkAddon/Testing/vtkParallelTransportTest1.cxx:38:10:
    warning: unused variable ‘lineDirection’ [-Wunused-variable]
     38 |   double lineDirection[3] = { 0.0, 0.0, 1.0 };
        |          ^~~~~~~~~~~~~
Copy link
Member

@dzenanz dzenanz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good on a glance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants