Skip to content
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

Missing vtkVersion includes #494

Merged
merged 2 commits into from
Sep 18, 2020

Conversation

lhofmann
Copy link
Contributor

This PR adds missing vtkVersion.h includes in places that use VTK_MAJOR_VERSION macros.
This has caused build errors for me using ParaView 5.8.0.
I'm not sure if this will not break elsewhere, since in one place this include was commented out, and there is a comment about this in config.cmake: https://github.com/topology-tool-kit/ttk/blob/dev/config.cmake#L38

Also removes the use of the deprecated vtkValuePass::SetRenderingMode in ttkCinemaImaging, which fails to build when VTK was configured with VTK_LEGACY_REMOVE=ON.

@julien-tierny
Copy link
Collaborator

looks good, thanks a lot lutz!

@julien-tierny julien-tierny merged commit 486484b into topology-tool-kit:dev Sep 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants