Skip to content

CMakeLists.txt: set VTK_VERSION_FULL if empty

When building ParaView from a source tarball, VTK_VERSION_FULL is not set. This variable is used to populate the About dialog with VTK version information. Correct that by setting the value of VTK_VERSION_FULL to VTK_VERSION if it is not otherwise set.

Closes #21074 (closed)

Backport: release

Merge request reports