cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /home/paraview/VTK/Common/ExecutionModel
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/Common/ExecutionModel/vtkAlgorithm.h"
48  "/home/paraview/VTK/Common/ExecutionModel/vtkAlgorithmOutput.h"
49  "/home/paraview/VTK/Common/ExecutionModel/vtkAnnotationLayersAlgorithm.h"
50  "/home/paraview/VTK/Common/ExecutionModel/vtkArrayDataAlgorithm.h"
51  "/home/paraview/VTK/Common/ExecutionModel/vtkCachedStreamingDemandDrivenPipeline.h"
52  "/home/paraview/VTK/Common/ExecutionModel/vtkCastToConcrete.h"
53  "/home/paraview/VTK/Common/ExecutionModel/vtkCompositeDataPipeline.h"
54  "/home/paraview/VTK/Common/ExecutionModel/vtkCompositeDataSetAlgorithm.h"
55  "/home/paraview/VTK/Common/ExecutionModel/vtkDataObjectAlgorithm.h"
56  "/home/paraview/VTK/Common/ExecutionModel/vtkDataSetAlgorithm.h"
57  "/home/paraview/VTK/Common/ExecutionModel/vtkDemandDrivenPipeline.h"
58  "/home/paraview/VTK/Common/ExecutionModel/vtkDirectedGraphAlgorithm.h"
59  "/home/paraview/VTK/Common/ExecutionModel/vtkEnsembleSource.h"
60  "/home/paraview/VTK/Common/ExecutionModel/vtkExecutive.h"
61  "/home/paraview/VTK/Common/ExecutionModel/vtkExplicitStructuredGridAlgorithm.h"
62  "/home/paraview/VTK/Common/ExecutionModel/vtkExtentRCBPartitioner.h"
63  "/home/paraview/VTK/Common/ExecutionModel/vtkExtentSplitter.h"
64  "/home/paraview/VTK/Common/ExecutionModel/vtkExtentTranslator.h"
65  "/home/paraview/VTK/Common/ExecutionModel/vtkFilteringInformationKeyManager.h"
66  "/home/paraview/VTK/Common/ExecutionModel/vtkGraphAlgorithm.h"
67  "/home/paraview/VTK/Common/ExecutionModel/vtkHierarchicalBoxDataSetAlgorithm.h"
68  "/home/paraview/VTK/Common/ExecutionModel/vtkHyperTreeGridAlgorithm.h"
69  "/home/paraview/VTK/Common/ExecutionModel/vtkImageAlgorithm.h"
70  "/home/paraview/VTK/Common/ExecutionModel/vtkImageInPlaceFilter.h"
71  "/home/paraview/VTK/Common/ExecutionModel/vtkImageProgressIterator.h"
72  "/home/paraview/VTK/Common/ExecutionModel/vtkImageToStructuredGrid.h"
73  "/home/paraview/VTK/Common/ExecutionModel/vtkImageToStructuredPoints.h"
74  "/home/paraview/VTK/Common/ExecutionModel/vtkInformationDataObjectMetaDataKey.h"
75  "/home/paraview/VTK/Common/ExecutionModel/vtkInformationExecutivePortKey.h"
76  "/home/paraview/VTK/Common/ExecutionModel/vtkInformationExecutivePortVectorKey.h"
77  "/home/paraview/VTK/Common/ExecutionModel/vtkInformationIntegerRequestKey.h"
78  "/home/paraview/VTK/Common/ExecutionModel/vtkMoleculeAlgorithm.h"
79  "/home/paraview/VTK/Common/ExecutionModel/vtkMultiBlockDataSetAlgorithm.h"
80  "/home/paraview/VTK/Common/ExecutionModel/vtkMultiTimeStepAlgorithm.h"
81  "/home/paraview/VTK/Common/ExecutionModel/vtkParallelReader.h"
82  "/home/paraview/VTK/Common/ExecutionModel/vtkPassInputTypeAlgorithm.h"
83  "/home/paraview/VTK/Common/ExecutionModel/vtkPiecewiseFunctionAlgorithm.h"
84  "/home/paraview/VTK/Common/ExecutionModel/vtkPiecewiseFunctionShiftScale.h"
85  "/home/paraview/VTK/Common/ExecutionModel/vtkPointSetAlgorithm.h"
86  "/home/paraview/VTK/Common/ExecutionModel/vtkPolyDataAlgorithm.h"
87  "/home/paraview/VTK/Common/ExecutionModel/vtkProgressObserver.h"
88  "/home/paraview/VTK/Common/ExecutionModel/vtkReaderAlgorithm.h"
89  "/home/paraview/VTK/Common/ExecutionModel/vtkReaderExecutive.h"
90  "/home/paraview/VTK/Common/ExecutionModel/vtkRectilinearGridAlgorithm.h"
91  "/home/paraview/VTK/Common/ExecutionModel/vtkSMPProgressObserver.h"
92  "/home/paraview/VTK/Common/ExecutionModel/vtkScalarTree.h"
93  "/home/paraview/VTK/Common/ExecutionModel/vtkSelectionAlgorithm.h"
94  "/home/paraview/VTK/Common/ExecutionModel/vtkSimpleImageToImageFilter.h"
95  "/home/paraview/VTK/Common/ExecutionModel/vtkSimpleReader.h"
96  "/home/paraview/VTK/Common/ExecutionModel/vtkSimpleScalarTree.h"
97  "/home/paraview/VTK/Common/ExecutionModel/vtkSpanSpace.h"
98  "/home/paraview/VTK/Common/ExecutionModel/vtkSphereTree.h"
99  "/home/paraview/VTK/Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.h"
100  "/home/paraview/VTK/Common/ExecutionModel/vtkStructuredGridAlgorithm.h"
101  "/home/paraview/VTK/Common/ExecutionModel/vtkTableAlgorithm.h"
102  "/home/paraview/VTK/Common/ExecutionModel/vtkThreadedCompositeDataPipeline.h"
103  "/home/paraview/VTK/Common/ExecutionModel/vtkThreadedImageAlgorithm.h"
104  "/home/paraview/VTK/Common/ExecutionModel/vtkTreeAlgorithm.h"
105  "/home/paraview/VTK/Common/ExecutionModel/vtkTrivialConsumer.h"
106  "/home/paraview/VTK/Common/ExecutionModel/vtkTrivialProducer.h"
107  "/home/paraview/VTK/Common/ExecutionModel/vtkUndirectedGraphAlgorithm.h"
108  "/home/paraview/VTK/Common/ExecutionModel/vtkUniformGridPartitioner.h"
109  "/home/paraview/VTK/Common/ExecutionModel/vtkUnstructuredGridAlgorithm.h"
110  "/home/paraview/VTK/Common/ExecutionModel/vtkUnstructuredGridBaseAlgorithm.h"
111  "/home/paraview/VTK/Common/ExecutionModel/vtkNonOverlappingAMRAlgorithm.h"
112  "/home/paraview/VTK/Common/ExecutionModel/vtkOverlappingAMRAlgorithm.h"
113  "/home/paraview/VTK/Common/ExecutionModel/vtkUniformGridAMRAlgorithm.h"
114  "/home/paraview/build/VTK/Common/ExecutionModel/vtkCommonExecutionModelModule.h"
115  )
116 endif()
117 
118 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
119  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/vtk/hierarchy/ParaView" TYPE FILE RENAME "vtkCommonExecutionModel-hierarchy.txt" FILES "/home/paraview/build/lib64/vtk/hierarchy/ParaView/vtkCommonExecutionModel-hierarchy.txt")
120 endif()
121 
122 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xruntimex" OR NOT CMAKE_INSTALL_COMPONENT)
123  foreach(file
124  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonExecutionModel-pv5.9.so.5.9"
125  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonExecutionModel-pv5.9.so.1"
126  )
127  if(EXISTS "${file}" AND
128  NOT IS_SYMLINK "${file}")
129  file(RPATH_CHECK
130  FILE "${file}"
131  RPATH "\$ORIGIN")
132  endif()
133  endforeach()
134  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
135  "/home/paraview/build/lib64/libvtkCommonExecutionModel-pv5.9.so.5.9"
136  "/home/paraview/build/lib64/libvtkCommonExecutionModel-pv5.9.so.1"
137  )
138  foreach(file
139  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonExecutionModel-pv5.9.so.5.9"
140  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonExecutionModel-pv5.9.so.1"
141  )
142  if(EXISTS "${file}" AND
143  NOT IS_SYMLINK "${file}")
144  file(RPATH_CHANGE
145  FILE "${file}"
146  OLD_RPATH "/home/paraview/build/lib64:"
147  NEW_RPATH "\$ORIGIN")
148  if(CMAKE_INSTALL_DO_STRIP)
149  execute_process(COMMAND "/usr/bin/strip" "${file}")
150  endif()
151  endif()
152  endforeach()
153 endif()
154 
155 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
156  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonExecutionModel-pv5.9.so" AND
157  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonExecutionModel-pv5.9.so")
158  file(RPATH_CHECK
159  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonExecutionModel-pv5.9.so"
160  RPATH "\$ORIGIN")
161  endif()
162  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/home/paraview/build/lib64/libvtkCommonExecutionModel-pv5.9.so")
163  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonExecutionModel-pv5.9.so" AND
164  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonExecutionModel-pv5.9.so")
165  file(RPATH_CHANGE
166  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonExecutionModel-pv5.9.so"
167  OLD_RPATH "/home/paraview/build/lib64:"
168  NEW_RPATH "\$ORIGIN")
169  if(CMAKE_INSTALL_DO_STRIP)
170  execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonExecutionModel-pv5.9.so")
171  endif()
172  endif()
173 endif()
174 
string