cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /home/paraview/Remoting/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/Remoting/Core/vtkReservedRemoteObjectIds.h"
48  "/home/paraview/build/Remoting/Core/vtkPVConfig.h"
49  "/home/paraview/Remoting/Core/vtkCompositeMultiProcessController.h"
50  "/home/paraview/Remoting/Core/vtkMPIMToNSocketConnection.h"
51  "/home/paraview/Remoting/Core/vtkMPIMToNSocketConnectionPortInformation.h"
52  "/home/paraview/Remoting/Core/vtkNetworkAccessManager.h"
53  "/home/paraview/Remoting/Core/vtkPResourceFileLocator.h"
54  "/home/paraview/Remoting/Core/vtkProcessModule.h"
55  "/home/paraview/Remoting/Core/vtkProcessModuleAutoMPI.h"
56  "/home/paraview/Remoting/Core/vtkPVAlgorithmPortsInformation.h"
57  "/home/paraview/Remoting/Core/vtkPVArrayInformation.h"
58  "/home/paraview/Remoting/Core/vtkPVClassNameInformation.h"
59  "/home/paraview/Remoting/Core/vtkPVCompositeDataInformation.h"
60  "/home/paraview/Remoting/Core/vtkPVCompositeDataInformationIterator.h"
61  "/home/paraview/Remoting/Core/vtkPVDataAssemblyInformation.h"
62  "/home/paraview/Remoting/Core/vtkPVDataInformation.h"
63  "/home/paraview/Remoting/Core/vtkPVDataInformationHelper.h"
64  "/home/paraview/Remoting/Core/vtkPVDataSetAttributesInformation.h"
65  "/home/paraview/Remoting/Core/vtkPVDataSizeInformation.h"
66  "/home/paraview/Remoting/Core/vtkPVDisableStackTraceSignalHandler.h"
67  "/home/paraview/Remoting/Core/vtkPVEnableStackTraceSignalHandler.h"
68  "/home/paraview/Remoting/Core/vtkPVEnvironmentInformation.h"
69  "/home/paraview/Remoting/Core/vtkPVEnvironmentInformationHelper.h"
70  "/home/paraview/Remoting/Core/vtkPVFileInformation.h"
71  "/home/paraview/Remoting/Core/vtkPVFileInformationHelper.h"
72  "/home/paraview/Remoting/Core/vtkPVGenericAttributeInformation.h"
73  "/home/paraview/Remoting/Core/vtkPVInformation.h"
74  "/home/paraview/Remoting/Core/vtkPVLogInformation.h"
75  "/home/paraview/Remoting/Core/vtkPVMemoryUseInformation.h"
76  "/home/paraview/Remoting/Core/vtkPVMultiClientsInformation.h"
77  "/home/paraview/Remoting/Core/vtkPVOptions.h"
78  "/home/paraview/Remoting/Core/vtkPVOptionsXMLParser.h"
79  "/home/paraview/Remoting/Core/vtkPVPlugin.h"
80  "/home/paraview/Remoting/Core/vtkPVPluginLoader.h"
81  "/home/paraview/Remoting/Core/vtkPVPluginsInformation.h"
82  "/home/paraview/Remoting/Core/vtkPVPluginTracker.h"
83  "/home/paraview/Remoting/Core/vtkPVProgressHandler.h"
84  "/home/paraview/Remoting/Core/vtkPVPythonInformation.h"
85  "/home/paraview/Remoting/Core/vtkPVPythonModule.h"
86  "/home/paraview/Remoting/Core/vtkPVPythonOptions.h"
87  "/home/paraview/Remoting/Core/vtkPVPythonPluginInterface.h"
88  "/home/paraview/Remoting/Core/vtkPVServerInformation.h"
89  "/home/paraview/Remoting/Core/vtkPVServerManagerPluginInterface.h"
90  "/home/paraview/Remoting/Core/vtkPVServerOptions.h"
91  "/home/paraview/Remoting/Core/vtkPVSession.h"
92  "/home/paraview/Remoting/Core/vtkPVSILInformation.h"
93  "/home/paraview/Remoting/Core/vtkPVSystemConfigInformation.h"
94  "/home/paraview/Remoting/Core/vtkPVSystemInformation.h"
95  "/home/paraview/Remoting/Core/vtkPVTemporalDataInformation.h"
96  "/home/paraview/Remoting/Core/vtkPVTimerInformation.h"
97  "/home/paraview/Remoting/Core/vtkSession.h"
98  "/home/paraview/Remoting/Core/vtkSessionIterator.h"
99  "/home/paraview/Remoting/Core/vtkTCPNetworkAccessManager.h"
100  "/home/paraview/build/Remoting/Core/vtkRemotingCoreModule.h"
101  )
102 endif()
103 
104 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
105  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/vtk/hierarchy/ParaView" TYPE FILE RENAME "vtkRemotingCore-hierarchy.txt" FILES "/home/paraview/build/lib64/vtk/hierarchy/ParaView/vtkRemotingCore-hierarchy.txt")
106 endif()
107 
108 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xruntimex" OR NOT CMAKE_INSTALL_COMPONENT)
109  foreach(file
110  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv5.9.so.5.9"
111  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv5.9.so.1"
112  )
113  if(EXISTS "${file}" AND
114  NOT IS_SYMLINK "${file}")
115  file(RPATH_CHECK
116  FILE "${file}"
117  RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
118  endif()
119  endforeach()
120  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
121  "/home/paraview/build/lib64/libvtkRemotingCore-pv5.9.so.5.9"
122  "/home/paraview/build/lib64/libvtkRemotingCore-pv5.9.so.1"
123  )
124  foreach(file
125  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv5.9.so.5.9"
126  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv5.9.so.1"
127  )
128  if(EXISTS "${file}" AND
129  NOT IS_SYMLINK "${file}")
130  file(RPATH_CHANGE
131  FILE "${file}"
132  OLD_RPATH "/home/paraview/build/lib64:/usr/lib64/openmpi/lib:"
133  NEW_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
134  if(CMAKE_INSTALL_DO_STRIP)
135  execute_process(COMMAND "/usr/bin/strip" "${file}")
136  endif()
137  endif()
138  endforeach()
139 endif()
140 
141 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
142  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv5.9.so" AND
143  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv5.9.so")
144  file(RPATH_CHECK
145  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv5.9.so"
146  RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
147  endif()
148  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/home/paraview/build/lib64/libvtkRemotingCore-pv5.9.so")
149  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv5.9.so" AND
150  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv5.9.so")
151  file(RPATH_CHANGE
152  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv5.9.so"
153  OLD_RPATH "/home/paraview/build/lib64:/usr/lib64/openmpi/lib:"
154  NEW_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
155  if(CMAKE_INSTALL_DO_STRIP)
156  execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv5.9.so")
157  endif()
158  endif()
159 endif()
160 
string