cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /home/paraview/ThirdParty/protobuf/vtkprotobuf/src
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 "xruntimex" OR NOT CMAKE_INSTALL_COMPONENT)
46  foreach(file
47  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkprotobuf-pv5.9.so.5.9"
48  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkprotobuf-pv5.9.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  "/home/paraview/build/lib64/libvtkprotobuf-pv5.9.so.5.9"
59  "/home/paraview/build/lib64/libvtkprotobuf-pv5.9.so.1"
60  )
61  foreach(file
62  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkprotobuf-pv5.9.so.5.9"
63  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkprotobuf-pv5.9.so.1"
64  )
65  if(EXISTS "${file}" AND
66  NOT IS_SYMLINK "${file}")
67  file(RPATH_CHANGE
68  FILE "${file}"
69  OLD_RPATH ":::::::"
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("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
79  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkprotobuf-pv5.9.so" AND
80  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkprotobuf-pv5.9.so")
81  file(RPATH_CHECK
82  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkprotobuf-pv5.9.so"
83  RPATH "\$ORIGIN")
84  endif()
85  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/home/paraview/build/lib64/libvtkprotobuf-pv5.9.so")
86  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkprotobuf-pv5.9.so" AND
87  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkprotobuf-pv5.9.so")
88  file(RPATH_CHANGE
89  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkprotobuf-pv5.9.so"
90  OLD_RPATH ":::::::"
91  NEW_RPATH "\$ORIGIN")
92  if(CMAKE_INSTALL_DO_STRIP)
93  execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkprotobuf-pv5.9.so")
94  endif()
95  endif()
96 endif()
97 
98 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
99  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-5.9/vtkprotobuf/src/google/protobuf" TYPE FILE FILES
100  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/any.h"
101  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/any.pb.h"
102  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/api.pb.h"
103  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/arena.h"
104  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/arena_impl.h"
105  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/arenastring.h"
106  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/descriptor_database.h"
107  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/descriptor.h"
108  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/descriptor.pb.h"
109  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/duration.pb.h"
110  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/dynamic_message.h"
111  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/empty.pb.h"
112  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/extension_set.h"
113  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/extension_set_inl.h"
114  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/field_mask.pb.h"
115  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/generated_enum_reflection.h"
116  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/generated_enum_util.h"
117  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/generated_message_reflection.h"
118  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/generated_message_table_driven.h"
119  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/generated_message_table_driven_lite.h"
120  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/generated_message_util.h"
121  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/has_bits.h"
122  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/implicit_weak_message.h"
123  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/inlined_string_field.h"
124  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/map_entry.h"
125  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/map_entry_lite.h"
126  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/map_field.h"
127  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/map_field_inl.h"
128  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/map_field_lite.h"
129  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/map.h"
130  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/map_type_handler.h"
131  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/message.h"
132  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/message_lite.h"
133  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/metadata.h"
134  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/metadata_lite.h"
135  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/package_info.h"
136  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/parse_context.h"
137  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/port.h"
138  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/reflection.h"
139  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/reflection_internal.h"
140  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/reflection_ops.h"
141  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/repeated_field.h"
142  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/service.h"
143  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/source_context.pb.h"
144  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/struct.pb.h"
145  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/text_format.h"
146  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/timestamp.pb.h"
147  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/type.pb.h"
148  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/unknown_field_set.h"
149  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wire_format.h"
150  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wire_format_lite.h"
151  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wrappers.pb.h"
152  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/any.proto"
153  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/api.proto"
154  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/descriptor.proto"
155  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/duration.proto"
156  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/empty.proto"
157  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/field_mask.proto"
158  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/source_context.proto"
159  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/struct.proto"
160  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/timestamp.proto"
161  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/type.proto"
162  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/wrappers.proto"
163  )
164 endif()
165 
166 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
167  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-5.9/vtkprotobuf/src/google/protobuf/compiler" TYPE FILE FILES
168  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/code_generator.h"
169  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/command_line_interface.h"
170  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/importer.h"
171  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/mock_code_generator.h"
172  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/package_info.h"
173  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/parser.h"
174  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/plugin.h"
175  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/plugin.pb.h"
176  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/scc.h"
177  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/subprocess.h"
178  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/zip_writer.h"
179  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/compiler/plugin.proto"
180  )
181 endif()
182 
183 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
184  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-5.9/vtkprotobuf/src/google/protobuf/io" TYPE FILE FILES
185  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/coded_stream.h"
186  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/gzip_stream.h"
187  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/io_win32.h"
188  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/package_info.h"
189  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/printer.h"
190  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/strtod.h"
191  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/tokenizer.h"
192  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/zero_copy_stream.h"
193  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/zero_copy_stream_impl.h"
194  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/io/zero_copy_stream_impl_lite.h"
195  )
196 endif()
197 
198 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
199  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-5.9/vtkprotobuf/src/google/protobuf/stubs" TYPE FILE FILES
200  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/bytestream.h"
201  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/callback.h"
202  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/casts.h"
203  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/common.h"
204  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/fastmem.h"
205  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/hash.h"
206  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/int128.h"
207  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/logging.h"
208  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/macros.h"
209  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/map_util.h"
210  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/mathutil.h"
211  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/mutex.h"
212  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/once.h"
213  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/platform_macros.h"
214  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/port.h"
215  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/status.h"
216  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/status_macros.h"
217  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/statusor.h"
218  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/stl_util.h"
219  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/stringpiece.h"
220  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/stringprintf.h"
221  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/strutil.h"
222  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/substitute.h"
223  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/template_util.h"
224  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/stubs/time.h"
225  )
226 endif()
227 
228 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
229  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-5.9/vtkprotobuf/src/google/protobuf/util" TYPE FILE FILES
230  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/util/delimited_message_util.h"
231  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/util/field_comparator.h"
232  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/util/field_mask_util.h"
233  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/util/json_util.h"
234  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/util/message_differencer.h"
235  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/util/package_info.h"
236  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/util/time_util.h"
237  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/util/type_resolver.h"
238  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/util/type_resolver_util.h"
239  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/util/json_format.proto"
240  "/home/paraview/ThirdParty/protobuf/vtkprotobuf/src/google/protobuf/util/json_format_proto3.proto"
241  )
242 endif()
243 
244 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xruntimex" OR NOT CMAKE_INSTALL_COMPONENT)
245  foreach(file
246  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtklibprotoc-pv5.9.so.5.9"
247  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtklibprotoc-pv5.9.so.1"
248  )
249  if(EXISTS "${file}" AND
250  NOT IS_SYMLINK "${file}")
251  file(RPATH_CHECK
252  FILE "${file}"
253  RPATH "\$ORIGIN")
254  endif()
255  endforeach()
256  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
257  "/home/paraview/build/lib64/libvtklibprotoc-pv5.9.so.5.9"
258  "/home/paraview/build/lib64/libvtklibprotoc-pv5.9.so.1"
259  )
260  foreach(file
261  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtklibprotoc-pv5.9.so.5.9"
262  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtklibprotoc-pv5.9.so.1"
263  )
264  if(EXISTS "${file}" AND
265  NOT IS_SYMLINK "${file}")
266  file(RPATH_CHANGE
267  FILE "${file}"
268  OLD_RPATH "/home/paraview/build/lib64:"
269  NEW_RPATH "\$ORIGIN")
270  if(CMAKE_INSTALL_DO_STRIP)
271  execute_process(COMMAND "/usr/bin/strip" "${file}")
272  endif()
273  endif()
274  endforeach()
275 endif()
276 
277 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
278  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtklibprotoc-pv5.9.so" AND
279  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtklibprotoc-pv5.9.so")
280  file(RPATH_CHECK
281  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtklibprotoc-pv5.9.so"
282  RPATH "\$ORIGIN")
283  endif()
284  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/home/paraview/build/lib64/libvtklibprotoc-pv5.9.so")
285  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtklibprotoc-pv5.9.so" AND
286  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtklibprotoc-pv5.9.so")
287  file(RPATH_CHANGE
288  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtklibprotoc-pv5.9.so"
289  OLD_RPATH "/home/paraview/build/lib64:"
290  NEW_RPATH "\$ORIGIN")
291  if(CMAKE_INSTALL_DO_STRIP)
292  execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtklibprotoc-pv5.9.so")
293  endif()
294  endif()
295 endif()
296 
297 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xruntimex" OR NOT CMAKE_INSTALL_COMPONENT)
298  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/vtkprotoc-pv5.9" AND
299  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/vtkprotoc-pv5.9")
300  file(RPATH_CHECK
301  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/vtkprotoc-pv5.9"
302  RPATH "\$ORIGIN:\$ORIGIN/../lib64")
303  endif()
304  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/paraview/build/bin/vtkprotoc-pv5.9")
305  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/vtkprotoc-pv5.9" AND
306  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/vtkprotoc-pv5.9")
307  file(RPATH_CHANGE
308  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/vtkprotoc-pv5.9"
309  OLD_RPATH "\$ORIGIN/../lib64::::::::"
310  NEW_RPATH "\$ORIGIN:\$ORIGIN/../lib64")
311  if(CMAKE_INSTALL_DO_STRIP)
312  execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/vtkprotoc-pv5.9")
313  endif()
314  endif()
315 endif()
316 
type
string
time
timestamp
port