cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator
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(NOT CMAKE_INSTALL_LOCAL_ONLY)
46  # Include the install script for the subdirectory.
47  include("/builds/gitlab-kitware-sciviz-ci/build/Plugins/LegacyGhostCellsGenerator/Filters/cmake_install.cmake")
48 endif()
49 
50 if(NOT CMAKE_INSTALL_LOCAL_ONLY)
51  # Include the install script for the subdirectory.
52  include("/builds/gitlab-kitware-sciviz-ci/build/Plugins/LegacyGhostCellsGenerator/Parallel/cmake_install.cmake")
53 endif()
54 
55 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
56  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/cmake/paraview-5.13/LegacyGhostCellsGenerator-targets.cmake")
57  file(DIFFERENT EXPORT_FILE_CHANGED FILES
58  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/cmake/paraview-5.13/LegacyGhostCellsGenerator-targets.cmake"
59  "/builds/gitlab-kitware-sciviz-ci/build/Plugins/LegacyGhostCellsGenerator/CMakeFiles/Export/lib64/cmake/paraview-5.13/LegacyGhostCellsGenerator-targets.cmake")
60  if(EXPORT_FILE_CHANGED)
61  file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/cmake/paraview-5.13/LegacyGhostCellsGenerator-targets-*.cmake")
62  if(OLD_CONFIG_FILES)
63  message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/cmake/paraview-5.13/LegacyGhostCellsGenerator-targets.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].")
64  file(REMOVE ${OLD_CONFIG_FILES})
65  endif()
66  endif()
67  endif()
68  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/cmake/paraview-5.13" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/Plugins/LegacyGhostCellsGenerator/CMakeFiles/Export/lib64/cmake/paraview-5.13/LegacyGhostCellsGenerator-targets.cmake")
69  if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Dd][Ee][Bb][Uu][Gg])$")
70  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/cmake/paraview-5.13" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/Plugins/LegacyGhostCellsGenerator/CMakeFiles/Export/lib64/cmake/paraview-5.13/LegacyGhostCellsGenerator-targets-debug.cmake")
71  endif()
72 endif()
73 
74 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
75  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/cmake/paraview-5.13" TYPE FILE RENAME "LegacyGhostCellsGenerator-vtk-module-properties.cmake" FILES "/builds/gitlab-kitware-sciviz-ci/build/Plugins/LegacyGhostCellsGenerator/CMakeFiles/LegacyGhostCellsGenerator-vtk-module-properties.cmake.install")
76 endif()
77 
78 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
79  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE STATIC_LIBRARY FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/libLegacyGhostCellsGeneratorFiltersCS.a")
80 endif()
81 
82 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
83  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE STATIC_LIBRARY FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/libLegacyGhostCellsGeneratorParallelCS.a")
84 endif()
85 
86 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xpluginsx" OR NOT CMAKE_INSTALL_COMPONENT)
87  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.13/plugins/LegacyGhostCellsGenerator/LegacyGhostCellsGenerator.so" AND
88  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.13/plugins/LegacyGhostCellsGenerator/LegacyGhostCellsGenerator.so")
89  file(RPATH_CHECK
90  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.13/plugins/LegacyGhostCellsGenerator/LegacyGhostCellsGenerator.so"
91  RPATH "\$ORIGIN:\$ORIGIN/../../../:/usr/lib64/openmpi/lib")
92  endif()
93  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.13/plugins/LegacyGhostCellsGenerator" TYPE MODULE FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-5.13/plugins/LegacyGhostCellsGenerator/LegacyGhostCellsGenerator.so")
94  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.13/plugins/LegacyGhostCellsGenerator/LegacyGhostCellsGenerator.so" AND
95  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.13/plugins/LegacyGhostCellsGenerator/LegacyGhostCellsGenerator.so")
96  file(RPATH_CHANGE
97  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.13/plugins/LegacyGhostCellsGenerator/LegacyGhostCellsGenerator.so"
98  OLD_RPATH "/builds/gitlab-kitware-sciviz-ci/build/lib64:/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-5.13/plugins/LegacyGhostCellsGenerator:/usr/lib64/openmpi/lib:"
99  NEW_RPATH "\$ORIGIN:\$ORIGIN/../../../:/usr/lib64/openmpi/lib")
100  if(CMAKE_INSTALL_DO_STRIP)
101  execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.13/plugins/LegacyGhostCellsGenerator/LegacyGhostCellsGenerator.so")
102  endif()
103  endif()
104 endif()
105 
string