From e3f578ee89482d3a155681c5f75d98cb4a4e4f9c Mon Sep 17 00:00:00 2001 From: Torsten Sadowski Date: Mon, 11 Jun 2018 22:09:07 +0200 Subject: [PATCH] Building the FEM module on Arch Linux requires some additions to VTK_LIBRARIES --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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