cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /home/paraview/VTK/Rendering/Core
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.9" TYPE FILE FILES
47  "/home/paraview/VTK/Rendering/Core/vtkGPUInfoListArray.h"
48  "/home/paraview/VTK/Rendering/Core/vtkNoise200x200.h"
49  "/home/paraview/VTK/Rendering/Core/vtkPythagoreanQuadruples.h"
50  "/home/paraview/VTK/Rendering/Core/vtkRayCastStructures.h"
51  "/home/paraview/VTK/Rendering/Core/vtkRenderingCoreEnums.h"
52  "/home/paraview/VTK/Rendering/Core/vtkStateStorage.h"
53  "/home/paraview/build/VTK/Rendering/Core/vtkTDxConfigure.h"
54  "/home/paraview/VTK/Rendering/Core/vtkTDxMotionEventInfo.h"
55  "/home/paraview/VTK/Rendering/Core/vtkAbstractHyperTreeGridMapper.h"
56  "/home/paraview/VTK/Rendering/Core/vtkAbstractMapper.h"
57  "/home/paraview/VTK/Rendering/Core/vtkAbstractMapper3D.h"
58  "/home/paraview/VTK/Rendering/Core/vtkAbstractPicker.h"
59  "/home/paraview/VTK/Rendering/Core/vtkAbstractVolumeMapper.h"
60  "/home/paraview/VTK/Rendering/Core/vtkActor.h"
61  "/home/paraview/VTK/Rendering/Core/vtkActor2D.h"
62  "/home/paraview/VTK/Rendering/Core/vtkActor2DCollection.h"
63  "/home/paraview/VTK/Rendering/Core/vtkActorCollection.h"
64  "/home/paraview/VTK/Rendering/Core/vtkAssembly.h"
65  "/home/paraview/VTK/Rendering/Core/vtkAvatar.h"
66  "/home/paraview/VTK/Rendering/Core/vtkBackgroundColorMonitor.h"
67  "/home/paraview/VTK/Rendering/Core/vtkBillboardTextActor3D.h"
68  "/home/paraview/VTK/Rendering/Core/vtkCIEDE2000.h"
69  "/home/paraview/VTK/Rendering/Core/vtkCamera.h"
70  "/home/paraview/VTK/Rendering/Core/vtkCameraActor.h"
71  "/home/paraview/VTK/Rendering/Core/vtkCameraInterpolator.h"
72  "/home/paraview/VTK/Rendering/Core/vtkCellCenterDepthSort.h"
73  "/home/paraview/VTK/Rendering/Core/vtkColorTransferFunction.h"
74  "/home/paraview/VTK/Rendering/Core/vtkCompositeDataDisplayAttributes.h"
75  "/home/paraview/VTK/Rendering/Core/vtkCompositeDataDisplayAttributesLegacy.h"
76  "/home/paraview/VTK/Rendering/Core/vtkCompositePolyDataMapper.h"
77  "/home/paraview/VTK/Rendering/Core/vtkCoordinate.h"
78  "/home/paraview/VTK/Rendering/Core/vtkCuller.h"
79  "/home/paraview/VTK/Rendering/Core/vtkCullerCollection.h"
80  "/home/paraview/VTK/Rendering/Core/vtkDataSetMapper.h"
81  "/home/paraview/VTK/Rendering/Core/vtkDiscretizableColorTransferFunction.h"
82  "/home/paraview/VTK/Rendering/Core/vtkDistanceToCamera.h"
83  "/home/paraview/VTK/Rendering/Core/vtkFXAAOptions.h"
84  "/home/paraview/VTK/Rendering/Core/vtkFlagpoleLabel.h"
85  "/home/paraview/VTK/Rendering/Core/vtkFollower.h"
86  "/home/paraview/VTK/Rendering/Core/vtkFrameBufferObjectBase.h"
87  "/home/paraview/VTK/Rendering/Core/vtkFrustumCoverageCuller.h"
88  "/home/paraview/VTK/Rendering/Core/vtkGPUInfo.h"
89  "/home/paraview/VTK/Rendering/Core/vtkGPUInfoList.h"
90  "/home/paraview/VTK/Rendering/Core/vtkGenericVertexAttributeMapping.h"
91  "/home/paraview/VTK/Rendering/Core/vtkGlyph3DMapper.h"
92  "/home/paraview/VTK/Rendering/Core/vtkGraphMapper.h"
93  "/home/paraview/VTK/Rendering/Core/vtkGraphToGlyphs.h"
94  "/home/paraview/VTK/Rendering/Core/vtkGraphicsFactory.h"
95  "/home/paraview/VTK/Rendering/Core/vtkHardwareSelector.h"
96  "/home/paraview/VTK/Rendering/Core/vtkHardwareWindow.h"
97  "/home/paraview/VTK/Rendering/Core/vtkHierarchicalPolyDataMapper.h"
98  "/home/paraview/VTK/Rendering/Core/vtkImageActor.h"
99  "/home/paraview/VTK/Rendering/Core/vtkImageMapper.h"
100  "/home/paraview/VTK/Rendering/Core/vtkImageMapper3D.h"
101  "/home/paraview/VTK/Rendering/Core/vtkImageProperty.h"
102  "/home/paraview/VTK/Rendering/Core/vtkImageSlice.h"
103  "/home/paraview/VTK/Rendering/Core/vtkImageSliceMapper.h"
104  "/home/paraview/VTK/Rendering/Core/vtkInteractorEventRecorder.h"
105  "/home/paraview/VTK/Rendering/Core/vtkInteractorObserver.h"
106  "/home/paraview/VTK/Rendering/Core/vtkLabeledContourMapper.h"
107  "/home/paraview/VTK/Rendering/Core/vtkLight.h"
108  "/home/paraview/VTK/Rendering/Core/vtkLightActor.h"
109  "/home/paraview/VTK/Rendering/Core/vtkLightCollection.h"
110  "/home/paraview/VTK/Rendering/Core/vtkLightKit.h"
111  "/home/paraview/VTK/Rendering/Core/vtkLogLookupTable.h"
112  "/home/paraview/VTK/Rendering/Core/vtkLookupTableWithEnabling.h"
113  "/home/paraview/VTK/Rendering/Core/vtkMapArrayValues.h"
114  "/home/paraview/VTK/Rendering/Core/vtkMapper.h"
115  "/home/paraview/VTK/Rendering/Core/vtkMapper2D.h"
116  "/home/paraview/VTK/Rendering/Core/vtkMapperCollection.h"
117  "/home/paraview/VTK/Rendering/Core/vtkObserverMediator.h"
118  "/home/paraview/VTK/Rendering/Core/vtkPointGaussianMapper.h"
119  "/home/paraview/VTK/Rendering/Core/vtkPolyDataMapper.h"
120  "/home/paraview/VTK/Rendering/Core/vtkPolyDataMapper2D.h"
121  "/home/paraview/VTK/Rendering/Core/vtkProp.h"
122  "/home/paraview/VTK/Rendering/Core/vtkProp3D.h"
123  "/home/paraview/VTK/Rendering/Core/vtkProp3DCollection.h"
124  "/home/paraview/VTK/Rendering/Core/vtkProp3DFollower.h"
125  "/home/paraview/VTK/Rendering/Core/vtkPropAssembly.h"
126  "/home/paraview/VTK/Rendering/Core/vtkPropCollection.h"
127  "/home/paraview/VTK/Rendering/Core/vtkProperty.h"
128  "/home/paraview/VTK/Rendering/Core/vtkProperty2D.h"
129  "/home/paraview/VTK/Rendering/Core/vtkRenderPass.h"
130  "/home/paraview/VTK/Rendering/Core/vtkRenderState.h"
131  "/home/paraview/VTK/Rendering/Core/vtkRenderTimerLog.h"
132  "/home/paraview/VTK/Rendering/Core/vtkRenderWindow.h"
133  "/home/paraview/VTK/Rendering/Core/vtkRenderWindowCollection.h"
134  "/home/paraview/VTK/Rendering/Core/vtkRenderWindowInteractor.h"
135  "/home/paraview/VTK/Rendering/Core/vtkRenderWindowInteractor3D.h"
136  "/home/paraview/VTK/Rendering/Core/vtkRenderer.h"
137  "/home/paraview/VTK/Rendering/Core/vtkRendererCollection.h"
138  "/home/paraview/VTK/Rendering/Core/vtkRendererDelegate.h"
139  "/home/paraview/VTK/Rendering/Core/vtkRendererSource.h"
140  "/home/paraview/VTK/Rendering/Core/vtkSelectVisiblePoints.h"
141  "/home/paraview/VTK/Rendering/Core/vtkShaderProperty.h"
142  "/home/paraview/VTK/Rendering/Core/vtkSkybox.h"
143  "/home/paraview/VTK/Rendering/Core/vtkStereoCompositor.h"
144  "/home/paraview/VTK/Rendering/Core/vtkTextActor.h"
145  "/home/paraview/VTK/Rendering/Core/vtkTextActor3D.h"
146  "/home/paraview/VTK/Rendering/Core/vtkTexture.h"
147  "/home/paraview/VTK/Rendering/Core/vtkTexturedActor2D.h"
148  "/home/paraview/VTK/Rendering/Core/vtkTransformCoordinateSystems.h"
149  "/home/paraview/VTK/Rendering/Core/vtkTransformInterpolator.h"
150  "/home/paraview/VTK/Rendering/Core/vtkTupleInterpolator.h"
151  "/home/paraview/VTK/Rendering/Core/vtkUniforms.h"
152  "/home/paraview/VTK/Rendering/Core/vtkViewDependentErrorMetric.h"
153  "/home/paraview/VTK/Rendering/Core/vtkViewport.h"
154  "/home/paraview/VTK/Rendering/Core/vtkVisibilitySort.h"
155  "/home/paraview/VTK/Rendering/Core/vtkVolume.h"
156  "/home/paraview/VTK/Rendering/Core/vtkVolumeCollection.h"
157  "/home/paraview/VTK/Rendering/Core/vtkVolumeProperty.h"
158  "/home/paraview/VTK/Rendering/Core/vtkWindowLevelLookupTable.h"
159  "/home/paraview/VTK/Rendering/Core/vtkWindowToImageFilter.h"
160  "/home/paraview/VTK/Rendering/Core/vtkResizingWindowToImageFilter.h"
161  "/home/paraview/VTK/Rendering/Core/vtkAssemblyNode.h"
162  "/home/paraview/VTK/Rendering/Core/vtkAssemblyPath.h"
163  "/home/paraview/VTK/Rendering/Core/vtkAssemblyPaths.h"
164  "/home/paraview/VTK/Rendering/Core/vtkAreaPicker.h"
165  "/home/paraview/VTK/Rendering/Core/vtkPicker.h"
166  "/home/paraview/VTK/Rendering/Core/vtkAbstractPropPicker.h"
167  "/home/paraview/VTK/Rendering/Core/vtkLODProp3D.h"
168  "/home/paraview/VTK/Rendering/Core/vtkPropPicker.h"
169  "/home/paraview/VTK/Rendering/Core/vtkPickingManager.h"
170  "/home/paraview/VTK/Rendering/Core/vtkWorldPointPicker.h"
171  "/home/paraview/VTK/Rendering/Core/vtkCellPicker.h"
172  "/home/paraview/VTK/Rendering/Core/vtkPointPicker.h"
173  "/home/paraview/VTK/Rendering/Core/vtkRenderedAreaPicker.h"
174  "/home/paraview/VTK/Rendering/Core/vtkScenePicker.h"
175  "/home/paraview/VTK/Rendering/Core/vtkInteractorStyle.h"
176  "/home/paraview/VTK/Rendering/Core/vtkInteractorStyle3D.h"
177  "/home/paraview/VTK/Rendering/Core/vtkInteractorStyleSwitchBase.h"
178  "/home/paraview/VTK/Rendering/Core/vtkTDxInteractorStyle.h"
179  "/home/paraview/VTK/Rendering/Core/vtkTDxInteractorStyleCamera.h"
180  "/home/paraview/VTK/Rendering/Core/vtkTDxInteractorStyleSettings.h"
181  "/home/paraview/VTK/Rendering/Core/vtkStringToImage.h"
182  "/home/paraview/VTK/Rendering/Core/vtkTextMapper.h"
183  "/home/paraview/VTK/Rendering/Core/vtkTextProperty.h"
184  "/home/paraview/VTK/Rendering/Core/vtkTextPropertyCollection.h"
185  "/home/paraview/VTK/Rendering/Core/vtkTextRenderer.h"
186  "/home/paraview/VTK/Rendering/Core/vtkAbstractInteractionDevice.h"
187  "/home/paraview/VTK/Rendering/Core/vtkAbstractRenderDevice.h"
188  "/home/paraview/VTK/Rendering/Core/vtkRenderWidget.h"
189  "/home/paraview/build/VTK/Rendering/Core/vtkRenderingCoreModule.h"
190  )
191 endif()
192 
193 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
194  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/vtk/hierarchy/ParaView" TYPE FILE RENAME "vtkRenderingCore-hierarchy.txt" FILES "/home/paraview/build/lib64/vtk/hierarchy/ParaView/vtkRenderingCore-hierarchy.txt")
195 endif()
196 
197 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xruntimex" OR NOT CMAKE_INSTALL_COMPONENT)
198  foreach(file
199  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.9.so.5.9"
200  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.9.so.1"
201  )
202  if(EXISTS "${file}" AND
203  NOT IS_SYMLINK "${file}")
204  file(RPATH_CHECK
205  FILE "${file}"
206  RPATH "\$ORIGIN")
207  endif()
208  endforeach()
209  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
210  "/home/paraview/build/lib64/libvtkRenderingCore-pv5.9.so.5.9"
211  "/home/paraview/build/lib64/libvtkRenderingCore-pv5.9.so.1"
212  )
213  foreach(file
214  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.9.so.5.9"
215  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.9.so.1"
216  )
217  if(EXISTS "${file}" AND
218  NOT IS_SYMLINK "${file}")
219  file(RPATH_CHANGE
220  FILE "${file}"
221  OLD_RPATH "/home/paraview/build/lib64:"
222  NEW_RPATH "\$ORIGIN")
223  if(CMAKE_INSTALL_DO_STRIP)
224  execute_process(COMMAND "/usr/bin/strip" "${file}")
225  endif()
226  endif()
227  endforeach()
228 endif()
229 
230 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
231  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.9.so" AND
232  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.9.so")
233  file(RPATH_CHECK
234  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.9.so"
235  RPATH "\$ORIGIN")
236  endif()
237  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/home/paraview/build/lib64/libvtkRenderingCore-pv5.9.so")
238  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.9.so" AND
239  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.9.so")
240  file(RPATH_CHANGE
241  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.9.so"
242  OLD_RPATH "/home/paraview/build/lib64:"
243  NEW_RPATH "\$ORIGIN")
244  if(CMAKE_INSTALL_DO_STRIP)
245  execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.9.so")
246  endif()
247  endif()
248 endif()
249 
string