COMP: Fix build against VTK > 9.1 removing use of removed "vtkConfigure.h" #1041
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Following Kitware/VTK@d933bb849 (vtkDeprecation: remove symbols deprecated
in 9.1), file "vtkConfigure.h" has been removed.
Since the use of vtkConfigure.h was superseded by the introduction of
vtkVersion.h in c683240 (ENH: Support VTK6 in CTK) and became obsolete
with the removal of VTK5 support in e419cee (COMP: Remove support
for building against VTK <= 5.8), this commit fixes the build by removing
the include.