Skip to content

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.

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.

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 };
        |          ^~~~~~~~~~~~~
@jcfr jcfr force-pushed the update-python-find-package branch from f1e712c to 5369e78 Compare August 20, 2025 20:53
Copy link
Contributor

@lassoan lassoan left a comment

Choose a reason for hiding this comment

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

It looks good to me, too. Let's merge it to fix the VMTK build on linux.

@lassoan lassoan merged commit cf11265 into main Aug 20, 2025
2 checks passed
@lassoan lassoan deleted the update-python-find-package branch August 20, 2025 21:00
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.

3 participants