cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations
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/ParaView_paraview_plugins" TYPE FILE FILES
47  "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations/vtkBumpMapMapper.h"
48  "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations/vtkBumpMapRepresentation.h"
49  "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations/vtkOpenGLBumpMapMapperDelegator.h"
50  "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations/vtkOpenGLExtrusionMapperDelegator.h"
51  "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations/vtkExtrusionMapper.h"
52  "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations/vtkExtrusionRepresentation.h"
53  "/builds/gitlab-kitware-sciviz-ci/build/Plugins/EmbossingRepresentations/Representations/vtkEmbossingRepresentationsModule.h"
54  )
55 endif()
56 
57 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
58  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.12/plugins/EmbossingRepresentations/vtk/hierarchy/EmbossingRepresentations" TYPE FILE RENAME "vtkEmbossingRepresentations-hierarchy.txt" FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-5.12/plugins/EmbossingRepresentations/vtk/hierarchy/EmbossingRepresentations/vtkEmbossingRepresentations-hierarchy.txt")
59 endif()
60 
61 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xpluginsx" OR NOT CMAKE_INSTALL_COMPONENT)
62  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.12/plugins/EmbossingRepresentations/libvtkEmbossingRepresentations.so" AND
63  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.12/plugins/EmbossingRepresentations/libvtkEmbossingRepresentations.so")
64  file(RPATH_CHECK
65  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.12/plugins/EmbossingRepresentations/libvtkEmbossingRepresentations.so"
66  RPATH "\$ORIGIN:\$ORIGIN/../../../:/usr/lib64/openmpi/lib")
67  endif()
68  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.12/plugins/EmbossingRepresentations" TYPE SHARED_LIBRARY FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-5.12/plugins/EmbossingRepresentations/libvtkEmbossingRepresentations.so")
69  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.12/plugins/EmbossingRepresentations/libvtkEmbossingRepresentations.so" AND
70  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.12/plugins/EmbossingRepresentations/libvtkEmbossingRepresentations.so")
71  file(RPATH_CHANGE
72  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.12/plugins/EmbossingRepresentations/libvtkEmbossingRepresentations.so"
73  OLD_RPATH "\$ORIGIN/../../../:/usr/lib64/openmpi/lib::::::::"
74  NEW_RPATH "\$ORIGIN:\$ORIGIN/../../../:/usr/lib64/openmpi/lib")
75  if(CMAKE_INSTALL_DO_STRIP)
76  execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.12/plugins/EmbossingRepresentations/libvtkEmbossingRepresentations.so")
77  endif()
78  endif()
79 endif()
80 
81 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
82 endif()
83 
string