cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut
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 "Release")
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(CMAKE_INSTALL_COMPONENT STREQUAL "runtime" OR NOT CMAKE_INSTALL_COMPONENT)
46  foreach(file
47  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkh5hut-pv6.0.so.6.0"
48  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkh5hut-pv6.0.so.1"
49  )
50  if(EXISTS "${file}" AND
51  NOT IS_SYMLINK "${file}")
52  file(RPATH_CHECK
53  FILE "${file}"
54  RPATH "\$ORIGIN")
55  endif()
56  endforeach()
57  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
58  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkh5hut-pv6.0.so.6.0"
59  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkh5hut-pv6.0.so.1"
60  )
61  foreach(file
62  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkh5hut-pv6.0.so.6.0"
63  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkh5hut-pv6.0.so.1"
64  )
65  if(EXISTS "${file}" AND
66  NOT IS_SYMLINK "${file}")
67  file(RPATH_CHANGE
68  FILE "${file}"
69  OLD_RPATH "\$ORIGIN:"
70  NEW_RPATH "\$ORIGIN")
71  if(CMAKE_INSTALL_DO_STRIP)
72  execute_process(COMMAND "/usr/bin/strip" "${file}")
73  endif()
74  endif()
75  endforeach()
76 endif()
77 
78 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
79  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkh5hut-pv6.0.so")
80 endif()
81 
82 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
83 endif()
84 
85 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
86  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0/vtkh5hut/src/include" TYPE FILE FILES
87  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5_attachments.h"
88  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5_err.h"
89  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5_file.h"
90  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5_file_attribs.h"
91  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5_log.h"
92  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5_model.h"
93  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5_step_attribs.h"
94  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5Block_attribs.h"
95  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5Block_io.h"
96  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5Block_model.h"
97  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5Fed_adjacency.h"
98  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5Fed_model.h"
99  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5Fed_retrieve.h"
100  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5Fed_store.h"
101  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5Fed_tags.h"
102  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5hut.h"
103  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5Part_io.h"
104  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/H5Part_model.h"
105  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/vtk_h5hut_mangle.h"
106  "/builds/gitlab-kitware-sciviz-ci/build/VTK/ThirdParty/h5hut/vtkh5hut/src/include/vtkh5hut_export.h"
107  "/builds/gitlab-kitware-sciviz-ci/build/VTK/ThirdParty/h5hut/vtkh5hut/src/include/config.h"
108  )
109  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0/vtkh5hut/src/include/h5core" TYPE FILE FILES
110  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5_attachments.h"
111  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5_err.h"
112  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5_file.h"
113  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5_file_attribs.h"
114  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5_log.h"
115  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5_model.h"
116  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5_step_attribs.h"
117  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5_syscall.h"
118  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5_types.h"
119  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5b_attribs.h"
120  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5b_io.h"
121  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5b_model.h"
122  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5t_adjacencies.h"
123  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5t_map.h"
124  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5t_model.h"
125  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5t_octree.h"
126  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5t_retrieve.h"
127  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5t_store.h"
128  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5t_tags.h"
129  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5u_io.h"
130  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/h5hut/vtkh5hut/src/include/h5core/h5u_model.h"
131  )
132 endif()
133 
134 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
135 endif()
136 
string