Skip to content

Fix cmake check for minimum supported Python version

David Gobbi requested to merge dgobbi/vtk:python-deprecation-warning into master

One of the VTK dashboards had problems evaluating PYTHON_VERSION, so stick with PYTHON_MAJOR_VERSION and PYTHON_MINOR_VERSION instead.

For the error, see https://open.cdash.org/buildSummary.php?buildid=4517003

Merge request reports