cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /home/paraview/VTK/Rendering/Volume
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/Volume/vtkDirectionEncoder.h"
48  "/home/paraview/VTK/Rendering/Volume/vtkEncodedGradientEstimator.h"
49  "/home/paraview/VTK/Rendering/Volume/vtkEncodedGradientShader.h"
50  "/home/paraview/VTK/Rendering/Volume/vtkFiniteDifferenceGradientEstimator.h"
51  "/home/paraview/VTK/Rendering/Volume/vtkFixedPointRayCastImage.h"
52  "/home/paraview/VTK/Rendering/Volume/vtkFixedPointVolumeRayCastCompositeGOHelper.h"
53  "/home/paraview/VTK/Rendering/Volume/vtkFixedPointVolumeRayCastCompositeGOShadeHelper.h"
54  "/home/paraview/VTK/Rendering/Volume/vtkFixedPointVolumeRayCastCompositeHelper.h"
55  "/home/paraview/VTK/Rendering/Volume/vtkFixedPointVolumeRayCastCompositeShadeHelper.h"
56  "/home/paraview/VTK/Rendering/Volume/vtkFixedPointVolumeRayCastHelper.h"
57  "/home/paraview/VTK/Rendering/Volume/vtkFixedPointVolumeRayCastMapper.h"
58  "/home/paraview/VTK/Rendering/Volume/vtkFixedPointVolumeRayCastMIPHelper.h"
59  "/home/paraview/VTK/Rendering/Volume/vtkGPUVolumeRayCastMapper.h"
60  "/home/paraview/VTK/Rendering/Volume/vtkMultiVolume.h"
61  "/home/paraview/VTK/Rendering/Volume/vtkOSPRayVolumeInterface.h"
62  "/home/paraview/VTK/Rendering/Volume/vtkProjectedTetrahedraMapper.h"
63  "/home/paraview/VTK/Rendering/Volume/vtkRayCastImageDisplayHelper.h"
64  "/home/paraview/VTK/Rendering/Volume/vtkRecursiveSphereDirectionEncoder.h"
65  "/home/paraview/VTK/Rendering/Volume/vtkSphericalDirectionEncoder.h"
66  "/home/paraview/VTK/Rendering/Volume/vtkUnstructuredGridBunykRayCastFunction.h"
67  "/home/paraview/VTK/Rendering/Volume/vtkUnstructuredGridHomogeneousRayIntegrator.h"
68  "/home/paraview/VTK/Rendering/Volume/vtkUnstructuredGridLinearRayIntegrator.h"
69  "/home/paraview/VTK/Rendering/Volume/vtkUnstructuredGridPartialPreIntegration.h"
70  "/home/paraview/VTK/Rendering/Volume/vtkUnstructuredGridPreIntegration.h"
71  "/home/paraview/VTK/Rendering/Volume/vtkUnstructuredGridVolumeMapper.h"
72  "/home/paraview/VTK/Rendering/Volume/vtkUnstructuredGridVolumeRayCastFunction.h"
73  "/home/paraview/VTK/Rendering/Volume/vtkUnstructuredGridVolumeRayCastIterator.h"
74  "/home/paraview/VTK/Rendering/Volume/vtkUnstructuredGridVolumeRayCastMapper.h"
75  "/home/paraview/VTK/Rendering/Volume/vtkUnstructuredGridVolumeRayIntegrator.h"
76  "/home/paraview/VTK/Rendering/Volume/vtkUnstructuredGridVolumeZSweepMapper.h"
77  "/home/paraview/VTK/Rendering/Volume/vtkVolumeMapper.h"
78  "/home/paraview/VTK/Rendering/Volume/vtkVolumeOutlineSource.h"
79  "/home/paraview/VTK/Rendering/Volume/vtkVolumePicker.h"
80  "/home/paraview/VTK/Rendering/Volume/vtkVolumeRayCastSpaceLeapingImageFilter.h"
81  "/home/paraview/build/VTK/Rendering/Volume/vtkRenderingVolumeModule.h"
82  )
83 endif()
84 
85 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
86  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/vtk/hierarchy/ParaView" TYPE FILE RENAME "vtkRenderingVolume-hierarchy.txt" FILES "/home/paraview/build/lib64/vtk/hierarchy/ParaView/vtkRenderingVolume-hierarchy.txt")
87 endif()
88 
89 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xruntimex" OR NOT CMAKE_INSTALL_COMPONENT)
90  foreach(file
91  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingVolume-pv5.9.so.5.9"
92  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingVolume-pv5.9.so.1"
93  )
94  if(EXISTS "${file}" AND
95  NOT IS_SYMLINK "${file}")
96  file(RPATH_CHECK
97  FILE "${file}"
98  RPATH "\$ORIGIN")
99  endif()
100  endforeach()
101  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
102  "/home/paraview/build/lib64/libvtkRenderingVolume-pv5.9.so.5.9"
103  "/home/paraview/build/lib64/libvtkRenderingVolume-pv5.9.so.1"
104  )
105  foreach(file
106  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingVolume-pv5.9.so.5.9"
107  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingVolume-pv5.9.so.1"
108  )
109  if(EXISTS "${file}" AND
110  NOT IS_SYMLINK "${file}")
111  file(RPATH_CHANGE
112  FILE "${file}"
113  OLD_RPATH "/home/paraview/build/lib64:"
114  NEW_RPATH "\$ORIGIN")
115  if(CMAKE_INSTALL_DO_STRIP)
116  execute_process(COMMAND "/usr/bin/strip" "${file}")
117  endif()
118  endif()
119  endforeach()
120 endif()
121 
122 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
123  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingVolume-pv5.9.so" AND
124  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingVolume-pv5.9.so")
125  file(RPATH_CHECK
126  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingVolume-pv5.9.so"
127  RPATH "\$ORIGIN")
128  endif()
129  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/home/paraview/build/lib64/libvtkRenderingVolume-pv5.9.so")
130  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingVolume-pv5.9.so" AND
131  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingVolume-pv5.9.so")
132  file(RPATH_CHANGE
133  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingVolume-pv5.9.so"
134  OLD_RPATH "/home/paraview/build/lib64:"
135  NEW_RPATH "\$ORIGIN")
136  if(CMAKE_INSTALL_DO_STRIP)
137  execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingVolume-pv5.9.so")
138  endif()
139  endif()
140 endif()
141 
string