cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms
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.12" TYPE FILE FILES
47  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkAbstractTransform.h"
48  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkCylindricalTransform.h"
49  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkGeneralTransform.h"
50  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkHomogeneousTransform.h"
51  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkIdentityTransform.h"
52  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkLandmarkTransform.h"
53  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkLinearTransform.h"
54  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkMatrixToHomogeneousTransform.h"
55  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkMatrixToLinearTransform.h"
56  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkPerspectiveTransform.h"
57  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkSphericalTransform.h"
58  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkThinPlateSplineTransform.h"
59  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkTransform.h"
60  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkTransform2D.h"
61  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkTransformCollection.h"
62  "/builds/gitlab-kitware-sciviz-ci/VTK/Common/Transforms/vtkWarpTransform.h"
63  "/builds/gitlab-kitware-sciviz-ci/build/VTK/Common/Transforms/vtkCommonTransformsModule.h"
64  )
65 endif()
66 
67 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
68  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/vtk/hierarchy/ParaView" TYPE FILE RENAME "vtkCommonTransforms-hierarchy.txt" FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/vtk/hierarchy/ParaView/vtkCommonTransforms-hierarchy.txt")
69 endif()
70 
71 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xruntimex" OR NOT CMAKE_INSTALL_COMPONENT)
72  foreach(file
73  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonTransforms-pv5.12.so.5.12"
74  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonTransforms-pv5.12.so.1"
75  )
76  if(EXISTS "${file}" AND
77  NOT IS_SYMLINK "${file}")
78  file(RPATH_CHECK
79  FILE "${file}"
80  RPATH "\$ORIGIN")
81  endif()
82  endforeach()
83  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
84  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkCommonTransforms-pv5.12.so.5.12"
85  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkCommonTransforms-pv5.12.so.1"
86  )
87  foreach(file
88  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonTransforms-pv5.12.so.5.12"
89  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonTransforms-pv5.12.so.1"
90  )
91  if(EXISTS "${file}" AND
92  NOT IS_SYMLINK "${file}")
93  file(RPATH_CHANGE
94  FILE "${file}"
95  OLD_RPATH "\$ORIGIN:"
96  NEW_RPATH "\$ORIGIN")
97  if(CMAKE_INSTALL_DO_STRIP)
98  execute_process(COMMAND "/usr/bin/strip" "${file}")
99  endif()
100  endif()
101  endforeach()
102 endif()
103 
104 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
105  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonTransforms-pv5.12.so" AND
106  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonTransforms-pv5.12.so")
107  file(RPATH_CHECK
108  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonTransforms-pv5.12.so"
109  RPATH "\$ORIGIN")
110  endif()
111  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkCommonTransforms-pv5.12.so")
112  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonTransforms-pv5.12.so" AND
113  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonTransforms-pv5.12.so")
114  file(RPATH_CHANGE
115  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonTransforms-pv5.12.so"
116  OLD_RPATH "\$ORIGIN:"
117  NEW_RPATH "\$ORIGIN")
118  if(CMAKE_INSTALL_DO_STRIP)
119  execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkCommonTransforms-pv5.12.so")
120  endif()
121  endif()
122 endif()
123 
string