FEM: Fix typos in python post processing code

This commit is contained in:
Stefan Tröger
2025-05-02 09:25:48 +02:00
parent 0304faa2bc
commit ce25de290e
3 changed files with 7 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ macro(SetupSalomeSMESH)
set(BUILD_FEM_VTK ON)
# Check if PythonWrapperCore was found
# Note: vtk 9 only, as the implementations use the vtk modules introduced in 9.0
# Note: VTK 9 only, as the implementations use the VTK modules introduced in 8.1
# VTK_WrappingPythonCore_FOUND is named differently for versions <9.0
if (${VTK_WrappingPythonCore_FOUND})
set(BUILD_FEM_VTK_PYTHON 1)