diff --git a/CMakeLists.txt b/CMakeLists.txt index 353940dcc9..af11553dcf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -708,6 +708,8 @@ endif() endif() # on openSUSE 13.1 VTK_LIBRARIES ends with "optimized" keyword list(REMOVE_ITEM VTK_LIBRARIES "optimized" "debug") + # the FEM module on Arch needs some more libs + list(APPEND VTK_LIBRARIES "vtkFiltersParallelDIY2" "vtkRenderingCore" "vtkInteractionStyle" "vtkRenderingFreeType" "vtkRenderingOpenGL2") if(NOT FREECAD_USE_EXTERNAL_SMESH) # See https://www.hdfgroup.org/HDF5/release/cmakebuild.html