cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets
2 
3 # Set the install prefix
4 if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5  set(CMAKE_INSTALL_PREFIX "/usr/local")
6 endif()
7 string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 
9 # Set the install configuration name.
10 if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11  if(BUILD_TYPE)
12  string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13  CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14  else()
15  set(CMAKE_INSTALL_CONFIG_NAME "Debug")
16  endif()
17  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 endif()
19 
20 # Set the component getting installed.
21 if(NOT CMAKE_INSTALL_COMPONENT)
22  if(COMPONENT)
23  message(STATUS "Install component: \"${COMPONENT}\"")
24  set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25  else()
26  set(CMAKE_INSTALL_COMPONENT)
27  endif()
28 endif()
29 
30 # Install shared libraries without execute permission?
31 if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32  set(CMAKE_INSTALL_SO_NO_EXE "0")
33 endif()
34 
35 # Is this installation the result of a crosscompile?
36 if(NOT DEFINED CMAKE_CROSSCOMPILING)
37  set(CMAKE_CROSSCOMPILING "FALSE")
38 endif()
39 
40 # Set default install directory permissions.
41 if(NOT DEFINED CMAKE_OBJDUMP)
42  set(CMAKE_OBJDUMP "/usr/bin/objdump")
43 endif()
44 
45 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
46  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-5.12" TYPE FILE FILES
47  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtk3DCursorRepresentation.h"
48  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtk3DCursorWidget.h"
49  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtk3DWidget.h"
50  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkAbstractPolygonalHandleRepresentation3D.h"
51  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkAbstractSplineRepresentation.h"
52  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkAbstractWidget.h"
53  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkAffineRepresentation.h"
54  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkAffineRepresentation2D.h"
55  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkAffineWidget.h"
56  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkAngleRepresentation.h"
57  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkAngleRepresentation2D.h"
58  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkAngleRepresentation3D.h"
59  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkAngleWidget.h"
60  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkAxesTransformRepresentation.h"
61  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkAxesTransformWidget.h"
62  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkBalloonRepresentation.h"
63  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkBalloonWidget.h"
64  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkBezierContourLineInterpolator.h"
65  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkBiDimensionalRepresentation.h"
66  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkBiDimensionalRepresentation2D.h"
67  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkBiDimensionalWidget.h"
68  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkBorderRepresentation.h"
69  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkBorderWidget.h"
70  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkBoundedPlanePointPlacer.h"
71  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkBoxRepresentation.h"
72  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkBoxWidget.h"
73  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkBoxWidget2.h"
74  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkBrokenLineWidget.h"
75  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkButtonRepresentation.h"
76  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkButtonWidget.h"
77  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCamera3DRepresentation.h"
78  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCamera3DWidget.h"
79  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCameraHandleSource.h"
80  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCameraOrientationWidget.h"
81  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCameraOrientationRepresentation.h"
82  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCameraPathRepresentation.h"
83  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCameraPathWidget.h"
84  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCameraRepresentation.h"
85  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCameraWidget.h"
86  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCaptionRepresentation.h"
87  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCaptionWidget.h"
88  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCellCentersPointPlacer.h"
89  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCenteredSliderRepresentation.h"
90  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCenteredSliderWidget.h"
91  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCheckerboardRepresentation.h"
92  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCheckerboardWidget.h"
93  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkClosedSurfacePointPlacer.h"
94  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCompassRepresentation.h"
95  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCompassWidget.h"
96  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkConstrainedPointHandleRepresentation.h"
97  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkContinuousValueWidget.h"
98  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkContinuousValueWidgetRepresentation.h"
99  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkContourLineInterpolator.h"
100  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkContourRepresentation.h"
101  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkContourWidget.h"
102  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCoordinateFrameRepresentation.h"
103  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCoordinateFrameWidget.h"
104  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkCurveRepresentation.h"
105  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkDijkstraImageContourLineInterpolator.h"
106  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkDisplaySizedImplicitPlaneWidget.h"
107  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkDisplaySizedImplicitPlaneRepresentation.h"
108  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkDistanceRepresentation.h"
109  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkDistanceRepresentation2D.h"
110  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkDistanceRepresentation3D.h"
111  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkDistanceWidget.h"
112  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkEllipsoidTensorProbeRepresentation.h"
113  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkEqualizerContextItem.h"
114  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkEvent.h"
115  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkFinitePlaneRepresentation.h"
116  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkFinitePlaneWidget.h"
117  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkFixedSizeHandleRepresentation3D.h"
118  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkFocalPlaneContourRepresentation.h"
119  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkFocalPlanePointPlacer.h"
120  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkHandleRepresentation.h"
121  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkHandleWidget.h"
122  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkHoverWidget.h"
123  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkImageActorPointPlacer.h"
124  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkImageCroppingRegionsWidget.h"
125  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkImageOrthoPlanes.h"
126  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkImagePlaneWidget.h"
127  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkImageTracerWidget.h"
128  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkImplicitCylinderRepresentation.h"
129  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkImplicitCylinderWidget.h"
130  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkImplicitImageRepresentation.h"
131  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkImplicitPlaneRepresentation.h"
132  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkImplicitPlaneWidget.h"
133  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkImplicitPlaneWidget2.h"
134  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkLightRepresentation.h"
135  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkLightWidget.h"
136  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkLinearContourLineInterpolator.h"
137  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkLineRepresentation.h"
138  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkLineWidget.h"
139  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkLineWidget2.h"
140  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkLogoRepresentation.h"
141  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkLogoWidget.h"
142  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkMagnifierRepresentation.h"
143  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkMagnifierWidget.h"
144  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkMeasurementCubeHandleRepresentation3D.h"
145  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkOrientationMarkerWidget.h"
146  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkOrientationRepresentation.h"
147  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkOrientationWidget.h"
148  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkOrientedGlyphContourRepresentation.h"
149  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkOrientedGlyphFocalPlaneContourRepresentation.h"
150  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkOrientedPolygonalHandleRepresentation3D.h"
151  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkParallelopipedRepresentation.h"
152  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkParallelopipedWidget.h"
153  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPlaneWidget.h"
154  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPlaybackRepresentation.h"
155  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPlaybackWidget.h"
156  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPointCloudRepresentation.h"
157  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPointCloudWidget.h"
158  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPointHandleRepresentation2D.h"
159  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPointHandleRepresentation3D.h"
160  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPointPlacer.h"
161  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPointWidget.h"
162  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPolyDataContourLineInterpolator.h"
163  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPolyDataPointPlacer.h"
164  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPolyDataSourceWidget.h"
165  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPolygonalHandleRepresentation3D.h"
166  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPolygonalSurfaceContourLineInterpolator.h"
167  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPolygonalSurfacePointPlacer.h"
168  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPolyLineRepresentation.h"
169  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkPolyLineWidget.h"
170  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkProgressBarRepresentation.h"
171  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkProgressBarWidget.h"
172  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkProp3DButtonRepresentation.h"
173  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkRectilinearWipeRepresentation.h"
174  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkRectilinearWipeWidget.h"
175  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkResliceCursor.h"
176  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkResliceCursorActor.h"
177  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkResliceCursorLineRepresentation.h"
178  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkResliceCursorPicker.h"
179  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkResliceCursorPolyDataAlgorithm.h"
180  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkResliceCursorRepresentation.h"
181  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkResliceCursorThickLineRepresentation.h"
182  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkResliceCursorWidget.h"
183  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkScalarBarRepresentation.h"
184  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkScalarBarWidget.h"
185  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkSeedRepresentation.h"
186  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkSeedWidget.h"
187  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkSliderRepresentation.h"
188  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkSliderRepresentation2D.h"
189  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkSliderRepresentation3D.h"
190  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkSliderWidget.h"
191  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkSphereHandleRepresentation.h"
192  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkSphereRepresentation.h"
193  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkSphereWidget.h"
194  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkSphereWidget2.h"
195  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkSplineRepresentation.h"
196  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkSplineWidget.h"
197  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkSplineWidget2.h"
198  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkTensorProbeRepresentation.h"
199  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkTensorProbeWidget.h"
200  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkTensorRepresentation.h"
201  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkTensorWidget.h"
202  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkTerrainContourLineInterpolator.h"
203  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkTerrainDataPointPlacer.h"
204  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkTextRepresentation.h"
205  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkTexturedButtonRepresentation.h"
206  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkTexturedButtonRepresentation2D.h"
207  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkTextWidget.h"
208  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkWidgetCallbackMapper.h"
209  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkWidgetEvent.h"
210  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkWidgetEventTranslator.h"
211  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkWidgetRepresentation.h"
212  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkWidgetSet.h"
213  "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/vtkXYPlotWidget.h"
214  "/builds/gitlab-kitware-sciviz-ci/build/VTK/Interaction/Widgets/vtkInteractionWidgetsModule.h"
215  )
216 endif()
217 
218 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
219  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/vtk/hierarchy/ParaView" TYPE FILE RENAME "vtkInteractionWidgets-hierarchy.txt" FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/vtk/hierarchy/ParaView/vtkInteractionWidgets-hierarchy.txt")
220 endif()
221 
222 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xruntimex" OR NOT CMAKE_INSTALL_COMPONENT)
223  foreach(file
224  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkInteractionWidgets-pv5.12.so.5.12"
225  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkInteractionWidgets-pv5.12.so.1"
226  )
227  if(EXISTS "${file}" AND
228  NOT IS_SYMLINK "${file}")
229  file(RPATH_CHECK
230  FILE "${file}"
231  RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
232  endif()
233  endforeach()
234  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
235  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkInteractionWidgets-pv5.12.so.5.12"
236  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkInteractionWidgets-pv5.12.so.1"
237  )
238  foreach(file
239  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkInteractionWidgets-pv5.12.so.5.12"
240  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkInteractionWidgets-pv5.12.so.1"
241  )
242  if(EXISTS "${file}" AND
243  NOT IS_SYMLINK "${file}")
244  file(RPATH_CHANGE
245  FILE "${file}"
246  OLD_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib:"
247  NEW_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
248  if(CMAKE_INSTALL_DO_STRIP)
249  execute_process(COMMAND "/usr/bin/strip" "${file}")
250  endif()
251  endif()
252  endforeach()
253 endif()
254 
255 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
256  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkInteractionWidgets-pv5.12.so" AND
257  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkInteractionWidgets-pv5.12.so")
258  file(RPATH_CHECK
259  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkInteractionWidgets-pv5.12.so"
260  RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
261  endif()
262  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkInteractionWidgets-pv5.12.so")
263  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkInteractionWidgets-pv5.12.so" AND
264  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkInteractionWidgets-pv5.12.so")
265  file(RPATH_CHANGE
266  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkInteractionWidgets-pv5.12.so"
267  OLD_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib:"
268  NEW_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
269  if(CMAKE_INSTALL_DO_STRIP)
270  execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkInteractionWidgets-pv5.12.so")
271  endif()
272  endif()
273 endif()
274 
275 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xlicensesx" OR NOT CMAKE_INSTALL_COMPONENT)
276  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/licenses/ParaView/vtkInteractionWidgets" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/VTK/Interaction/Widgets/LICENSE")
277 endif()
278 
string