cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager
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 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
41  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-5.9" TYPE FILE FILES
42  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMMessageMinimal.h"
43  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkLoadStateOptions.h"
44  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkRemoteWriterHelper.h"
45  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVCatalystChannelInformation.h"
46  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVCatalystSessionCore.h"
47  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVFilePathEncodingHelper.h"
48  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVProxyDefinitionIterator.h"
49  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVSessionBase.h"
50  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVSessionCore.h"
51  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVSessionCoreInterpreterHelper.h"
52  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkPVSessionServer.h"
53  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIArraySelectionProperty.h"
54  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSICollaborationManager.h"
55  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSICompoundSourceProxy.h"
56  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIDataArrayProperty.h"
57  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIDataArraySelectionProperty.h"
58  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIDirectoryProxy.h"
59  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIDoubleMapProperty.h"
60  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIDoubleVectorProperty.h"
61  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIIdTypeVectorProperty.h"
62  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIIndexSelectionProperty.h"
63  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIInputProperty.h"
64  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIIntVectorProperty.h"
65  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIMetaReaderProxy.h"
66  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIMultiplexerSourceProxy.h"
67  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIObject.h"
68  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIProperty.h"
69  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIProxy.h"
70  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIProxyDefinitionManager.h"
71  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIProxyProperty.h"
72  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSISILProperty.h"
73  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSISourceProxy.h"
74  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIStringVectorProperty.h"
75  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSITimeLabelProperty.h"
76  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSITimeRangeProperty.h"
77  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSITimeStepsProperty.h"
78  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIVectorProperty.h"
79  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIWriterProxy.h"
80  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMAMRLevelsDomain.h"
81  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMArrayListDomain.h"
82  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMArrayRangeDomain.h"
83  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMArraySelectionDomain.h"
84  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMBooleanDomain.h"
85  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMBoundsDomain.h"
86  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMCollaborationManager.h"
87  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMCompositeTreeDomain.h"
88  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMCompoundProxyDefinitionLoader.h"
89  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMCompoundSourceProxy.h"
90  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMCompoundSourceProxyDefinitionBuilder.h"
91  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMCoreUtilities.h"
92  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDataAssemblyDomain.h"
93  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDataExtractWriterProxy.h"
94  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDataSourceProxy.h"
95  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDataTypeDomain.h"
96  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDeserializer.h"
97  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDeserializerProtobuf.h"
98  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDeserializerXML.h"
99  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDeserializerXMLCache.h"
100  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDimensionsDomain.h"
101  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDirectoryProxy.h"
102  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDiscreteDoubleDomain.h"
103  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDocumentation.h"
104  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDomain.h"
105  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDomainIterator.h"
106  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDoubleMapProperty.h"
107  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDoubleMapPropertyIterator.h"
108  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDoubleRangeDomain.h"
109  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMDoubleVectorProperty.h"
110  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMEnumerationDomain.h"
111  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMExtentDomain.h"
112  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMExtractsController.h"
113  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMExtractTriggerProxy.h"
114  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMExtractWriterProxy.h"
115  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMFieldDataDomain.h"
116  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMFileListDomain.h"
117  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMFileUtilities.h"
118  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMFixedTypeDomain.h"
119  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMIdTypeVectorProperty.h"
120  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMIndexSelectionDomain.h"
121  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMInputArrayDomain.h"
122  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMInputFileNameDomain.h"
123  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMInputProperty.h"
124  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMIntRangeDomain.h"
125  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMIntVectorProperty.h"
126  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMLink.h"
127  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMLoadStateOptionsProxy.h"
128  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMMapProperty.h"
129  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMMessage.h"
130  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMMultiplexerSourceProxy.h"
131  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMMultiplexerInputDomain.h"
132  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMNamedPropertyIterator.h"
133  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMNullProxy.h"
134  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMNumberOfComponentsDomain.h"
135  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMObject.h"
136  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMOrderedPropertyIterator.h"
137  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMOutputPort.h"
138  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMParaViewPipelineController.h"
139  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPipelineState.h"
140  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPluginLoaderProxy.h"
141  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPluginManager.h"
142  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProperty.h"
143  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPropertyGroup.h"
144  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPropertyHelper.h"
145  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPropertyIterator.h"
146  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPropertyLink.h"
147  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPropertyModificationUndoElement.h"
148  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxy.h"
149  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyDefinitionManager.h"
150  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyGroupDomain.h"
151  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyInitializationHelper.h"
152  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyIterator.h"
153  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyLink.h"
154  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyListDomain.h"
155  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyLocator.h"
156  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyManager.h"
157  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyManagerUtilities.h"
158  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxyProperty.h"
159  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMProxySelectionModel.h"
160  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPSWriterProxy.h"
161  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMPWriterProxy.h"
162  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMReaderFactory.h"
163  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMReaderReloadHelper.h"
164  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMRemoteObject.h"
165  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMRemoteObjectUpdateUndoElement.h"
166  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSelfGeneratingSourceProxy.h"
167  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMServerStateLocator.h"
168  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSession.h"
169  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSessionClient.h"
170  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSessionObject.h"
171  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSessionProxyManager.h"
172  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSettings.h"
173  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSettingsProxy.h"
174  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSILDomain.h"
175  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSILModel.h"
176  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSourceProxy.h"
177  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMStateLoader.h"
178  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMStateLocator.h"
179  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMStateVersionController.h"
180  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMStringListDomain.h"
181  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMStringVectorProperty.h"
182  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMSubsetInclusionLatticeDomain.h"
183  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMTimeKeeper.h"
184  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMTimeKeeperProxy.h"
185  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMTimeStepIndexDomain.h"
186  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMTrace.h"
187  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMUncheckedPropertyHelper.h"
188  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMUndoElement.h"
189  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMUndoStack.h"
190  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMUndoStackBuilder.h"
191  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMVectorProperty.h"
192  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMWriterFactory.h"
193  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMWriterProxy.h"
194  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIVectorPropertyTemplate.h"
195  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMRangeDomainTemplate.h"
196  "/builds/gitlab-kitware-sciviz-ci/build/Remoting/ServerManager/vtkRemotingServerManagerModule.h"
197  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSIVectorPropertyTemplate.txx"
198  "/builds/gitlab-kitware-sciviz-ci/Remoting/ServerManager/vtkSMRangeDomainTemplate.txx"
199  )
200 endif()
201 
202 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
203  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/vtk/hierarchy/ParaView" TYPE FILE RENAME "vtkRemotingServerManager-hierarchy.txt" FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/vtk/hierarchy/ParaView/vtkRemotingServerManager-hierarchy.txt")
204 endif()
205 
206 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xruntimex" OR NOT CMAKE_INSTALL_COMPONENT)
207  foreach(file
208  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingServerManager-pv5.9.so.5.9"
209  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingServerManager-pv5.9.so.1"
210  )
211  if(EXISTS "${file}" AND
212  NOT IS_SYMLINK "${file}")
213  file(RPATH_CHECK
214  FILE "${file}"
215  RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
216  endif()
217  endforeach()
218  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
219  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRemotingServerManager-pv5.9.so.5.9"
220  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRemotingServerManager-pv5.9.so.1"
221  )
222  foreach(file
223  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingServerManager-pv5.9.so.5.9"
224  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingServerManager-pv5.9.so.1"
225  )
226  if(EXISTS "${file}" AND
227  NOT IS_SYMLINK "${file}")
228  file(RPATH_CHANGE
229  FILE "${file}"
230  OLD_RPATH "/builds/gitlab-kitware-sciviz-ci/build/lib64:/usr/lib64/openmpi/lib:"
231  NEW_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
232  if(CMAKE_INSTALL_DO_STRIP)
233  execute_process(COMMAND "/usr/bin/strip" "${file}")
234  endif()
235  endif()
236  endforeach()
237 endif()
238 
239 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
240  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingServerManager-pv5.9.so" AND
241  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingServerManager-pv5.9.so")
242  file(RPATH_CHECK
243  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingServerManager-pv5.9.so"
244  RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
245  endif()
246  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRemotingServerManager-pv5.9.so")
247  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingServerManager-pv5.9.so" AND
248  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingServerManager-pv5.9.so")
249  file(RPATH_CHANGE
250  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingServerManager-pv5.9.so"
251  OLD_RPATH "/builds/gitlab-kitware-sciviz-ci/build/lib64:/usr/lib64/openmpi/lib:"
252  NEW_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
253  if(CMAKE_INSTALL_DO_STRIP)
254  execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingServerManager-pv5.9.so")
255  endif()
256  endif()
257 endif()
258 
259 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
260  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-5.9" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/Remoting/ServerManager/vtkPVMessage.pb.h")
261 endif()
262 
string