cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /home/paraview/VTK/IO/Image
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/IO/Image/vtkBMPReader.h"
48  "/home/paraview/VTK/IO/Image/vtkBMPWriter.h"
49  "/home/paraview/VTK/IO/Image/vtkDEMReader.h"
50  "/home/paraview/VTK/IO/Image/vtkDICOMImageReader.h"
51  "/home/paraview/VTK/IO/Image/vtkGESignaReader.h"
52  "/home/paraview/VTK/IO/Image/vtkHDRReader.h"
53  "/home/paraview/VTK/IO/Image/vtkImageExport.h"
54  "/home/paraview/VTK/IO/Image/vtkImageImport.h"
55  "/home/paraview/VTK/IO/Image/vtkImageImportExecutive.h"
56  "/home/paraview/VTK/IO/Image/vtkImageReader.h"
57  "/home/paraview/VTK/IO/Image/vtkImageReader2.h"
58  "/home/paraview/VTK/IO/Image/vtkImageReader2Collection.h"
59  "/home/paraview/VTK/IO/Image/vtkImageReader2Factory.h"
60  "/home/paraview/VTK/IO/Image/vtkImageWriter.h"
61  "/home/paraview/VTK/IO/Image/vtkJPEGReader.h"
62  "/home/paraview/VTK/IO/Image/vtkJPEGWriter.h"
63  "/home/paraview/VTK/IO/Image/vtkJSONImageWriter.h"
64  "/home/paraview/VTK/IO/Image/vtkMedicalImageProperties.h"
65  "/home/paraview/VTK/IO/Image/vtkMedicalImageReader2.h"
66  "/home/paraview/VTK/IO/Image/vtkMetaImageReader.h"
67  "/home/paraview/VTK/IO/Image/vtkMetaImageWriter.h"
68  "/home/paraview/VTK/IO/Image/vtkMRCReader.h"
69  "/home/paraview/VTK/IO/Image/vtkNIFTIImageHeader.h"
70  "/home/paraview/VTK/IO/Image/vtkNIFTIImageReader.h"
71  "/home/paraview/VTK/IO/Image/vtkNIFTIImageWriter.h"
72  "/home/paraview/VTK/IO/Image/vtkNrrdReader.h"
73  "/home/paraview/VTK/IO/Image/vtkOMETIFFReader.h"
74  "/home/paraview/VTK/IO/Image/vtkPNGReader.h"
75  "/home/paraview/VTK/IO/Image/vtkPNGWriter.h"
76  "/home/paraview/VTK/IO/Image/vtkPNMReader.h"
77  "/home/paraview/VTK/IO/Image/vtkPNMWriter.h"
78  "/home/paraview/VTK/IO/Image/vtkPostScriptWriter.h"
79  "/home/paraview/VTK/IO/Image/vtkSEPReader.h"
80  "/home/paraview/VTK/IO/Image/vtkSLCReader.h"
81  "/home/paraview/VTK/IO/Image/vtkTIFFReader.h"
82  "/home/paraview/VTK/IO/Image/vtkTIFFWriter.h"
83  "/home/paraview/VTK/IO/Image/vtkVolume16Reader.h"
84  "/home/paraview/VTK/IO/Image/vtkVolumeReader.h"
85  "/home/paraview/build/VTK/IO/Image/vtkIOImageModule.h"
86  )
87 endif()
88 
89 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
90  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/vtk/hierarchy/ParaView" TYPE FILE RENAME "vtkIOImage-hierarchy.txt" FILES "/home/paraview/build/lib64/vtk/hierarchy/ParaView/vtkIOImage-hierarchy.txt")
91 endif()
92 
93 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xruntimex" OR NOT CMAKE_INSTALL_COMPONENT)
94  foreach(file
95  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so.5.9"
96  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so.1"
97  )
98  if(EXISTS "${file}" AND
99  NOT IS_SYMLINK "${file}")
100  file(RPATH_CHECK
101  FILE "${file}"
102  RPATH "\$ORIGIN")
103  endif()
104  endforeach()
105  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
106  "/home/paraview/build/lib64/libvtkIOImage-pv5.9.so.5.9"
107  "/home/paraview/build/lib64/libvtkIOImage-pv5.9.so.1"
108  )
109  foreach(file
110  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so.5.9"
111  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so.1"
112  )
113  if(EXISTS "${file}" AND
114  NOT IS_SYMLINK "${file}")
115  file(RPATH_CHANGE
116  FILE "${file}"
117  OLD_RPATH "/home/paraview/build/lib64:"
118  NEW_RPATH "\$ORIGIN")
119  if(CMAKE_INSTALL_DO_STRIP)
120  execute_process(COMMAND "/usr/bin/strip" "${file}")
121  endif()
122  endif()
123  endforeach()
124 endif()
125 
126 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
127  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so" AND
128  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so")
129  file(RPATH_CHECK
130  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so"
131  RPATH "\$ORIGIN")
132  endif()
133  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/home/paraview/build/lib64/libvtkIOImage-pv5.9.so")
134  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so" AND
135  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so")
136  file(RPATH_CHANGE
137  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so"
138  OLD_RPATH "/home/paraview/build/lib64:"
139  NEW_RPATH "\$ORIGIN")
140  if(CMAKE_INSTALL_DO_STRIP)
141  execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so")
142  endif()
143  endif()
144 endif()
145 
string