Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 118130 | Differences between
and this patch

Collapse All | Expand All

(-)paraview-2.4.4/GUI/Widgets/CMakeLists.txt (-1 / +5 lines)
Lines 397-403 Link Here
397
    TARGET_LINK_LIBRARIES (KWWidgets vtkParallel)
397
    TARGET_LINK_LIBRARIES (KWWidgets vtkParallel)
398
  ENDIF(VTK_USE_PARALLEL OR VTK_USE_PARALLEL_ISSET)
398
  ENDIF(VTK_USE_PARALLEL OR VTK_USE_PARALLEL_ISSET)
399
ENDIF(VTK_WRAP_TCL)
399
ENDIF(VTK_WRAP_TCL)
400
TARGET_LINK_LIBRARIES (KWWidgets vtkpng)
400
IF(VTK_USE_SYSTEM_PNG)
401
  TARGET_LINK_LIBRARIES (KWWidgets png)
402
ELSE(VTK_USE_SYSTEM_PNG)
403
  TARGET_LINK_LIBRARIES (KWWidgets vtkpng)
404
ENDIF(VTK_USE_SYSTEM_PNG)
401
405
402
# We need KWSys
406
# We need KWSys
403
407

Return to bug 118130