The configuration step contains the output
Code: Select all
[...]
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- VTK components: not found or used
[...]
-- OCC: 7.5.2 [TKFillet;TKMesh;TKernel;TKG2d;TKG3d;TKMath;TKIGES;TKSTL;TKShHealing;TKXSBase;TK
Bool;TKBO;TKBRep;TKTopAlgo;TKGeomAlgo;TKGeomBase;TKOffset;TKPrim;TKSTEPBase;TKSTEPAttr;TKSTEP209;TKSTEP;TKHLR;
TKFeat] [/usr/lib64/opencascade-7.5.2] [/usr/include/opencascade-7.5.2]
-- SMESH: build internal
-- MEDFile: [/usr/lib64/libmedC.so;/usr/lib64/libmed.so] [/usr/include]
-- HDF5: 1.10.5
-- VTK: 9.0.1
Additionally a warning is shown for the names of the components with VTK-9. With this version, the vtk prefix for component names is no longer given, which gives a deprecation warning during configuration.
Code: Select all
-- Found OpenGLU: /usr/lib64/libGLU.so
CMake Deprecation Warning at /usr/lib64/cmake/vtk-9.0/vtk-config.cmake:64 (message):
The new name for the 'vtkCommonCore' component is 'CommonCore'
Call Stack (most recent call first):
cMake/FreeCAD_Helpers/SetupSalomeSMESH.cmake:29 (find_package)
CMakeLists.txt:53 (SetupSalomeSMESH)
[1] https://github.com/FreeCAD/FreeCAD/blob ... ke#L40-L46
[2] https://github.com/FreeCAD/FreeCAD/blob ... .cmake#L32