cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core
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 "development" OR NOT CMAKE_INSTALL_COMPONENT)
46  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/vtk/hierarchy/ParaView" TYPE FILE RENAME "vtkPVVTKExtensionsCore-hierarchy.txt" FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/vtk/hierarchy/ParaView/vtkPVVTKExtensionsCore-hierarchy.txt")
47 endif()
48 
49 if(CMAKE_INSTALL_COMPONENT STREQUAL "runtime" OR NOT CMAKE_INSTALL_COMPONENT)
50  foreach(file
51  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkPVVTKExtensionsCore-pv6.0.so.6.0"
52  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkPVVTKExtensionsCore-pv6.0.so.1"
53  )
54  if(EXISTS "${file}" AND
55  NOT IS_SYMLINK "${file}")
56  file(RPATH_CHECK
57  FILE "${file}"
58  RPATH "\$ORIGIN")
59  endif()
60  endforeach()
61  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
62  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkPVVTKExtensionsCore-pv6.0.so.6.0"
63  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkPVVTKExtensionsCore-pv6.0.so.1"
64  )
65  foreach(file
66  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkPVVTKExtensionsCore-pv6.0.so.6.0"
67  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkPVVTKExtensionsCore-pv6.0.so.1"
68  )
69  if(EXISTS "${file}" AND
70  NOT IS_SYMLINK "${file}")
71  file(RPATH_CHANGE
72  FILE "${file}"
73  OLD_RPATH "\$ORIGIN:"
74  NEW_RPATH "\$ORIGIN")
75  if(CMAKE_INSTALL_DO_STRIP)
76  execute_process(COMMAND "/usr/bin/strip" "${file}")
77  endif()
78  endif()
79  endforeach()
80 endif()
81 
82 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
83  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkPVVTKExtensionsCore-pv6.0.so")
84 endif()
85 
86 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
87 endif()
88 
89 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
90  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0" TYPE FILE FILES
91  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkMemberFunctionCommand.h"
92  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkCLIOptions.h"
93  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkCommunicationErrorCatcher.h"
94  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkDistributedTrivialProducer.h"
95  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkEmulatedTimeAlgorithm.h"
96  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkFileSequenceParser.h"
97  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkLogRecorder.h"
98  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkPVCellCenters.h"
99  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkPVCompositeDataPipeline.h"
100  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkPVDataUtilities.h"
101  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkPVFeatureEdges.h"
102  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkPVInformationKeys.h"
103  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkPVLogger.h"
104  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkPVNullSource.h"
105  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkPVPostFilter.h"
106  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkPVPostFilterExecutive.h"
107  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkPVTestUtilities.h"
108  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkPVTrivialProducer.h"
109  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkPVXMLElement.h"
110  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkPVXMLParser.h"
111  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkStringList.h"
112  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkUndoElement.h"
113  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkUndoSet.h"
114  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkUndoStack.h"
115  )
116 endif()
117 
118 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
119  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0" TYPE FILE FILES
120  "/builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/vtkPVStringFormatter.h"
121  "/builds/gitlab-kitware-sciviz-ci/build/VTKExtensions/Core/vtkPVVTKExtensionsCoreModule.h"
122  )
123 endif()
124 
125 if(CMAKE_INSTALL_COMPONENT STREQUAL "spdx" OR NOT CMAKE_INSTALL_COMPONENT)
126  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/ParaView/spdx" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/VTKExtensions/Core/vtkPVVTKExtensionsCore.spdx")
127 endif()
128 
unit undo-redo-able operation.
Executive supporting post filters.
helper class to catch errors from vtkMultiProcessController and vtkCommunicator.
Post Filter for on demand conversion.
undo/redo stack.
Definition: vtkUndoStack.h:35
defines various logging categories for ParaView
Definition: vtkPVLogger.h:40
Feature Edges filter that delegates to type specific implementations.
string
Provide a base API for a emulated real time LiveSource.
Parses out the base file name of a file sequence and also the specific index of the given file...
command line options manager
Definition: vtkCLIOptions.h:46
source for NULL data.
data utility functions
specialized subclass of vtkTrivialProducer that preserves the information about the whole extent of t...
Maintains a collection of vtkUndoElement that can be undone/redone in a single step.
Definition: vtkUndoSet.h:30
Utility class used for string formatting.
A class to facilitate common test operations.
Record log messages at or below a given verbosity on a particular ParaView process/rank.
executive to add support for vtkPVPostFilter in ParaView data pipelines.
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
This is a subclass of vtkXMLParser that constructs a representation of parsed XML using vtkPVXMLEleme...
Call a class member method in response to a VTK event.
Cell centers filter that delegates to typen specific implementations.
Extend vtkPVTrivialProducer to allow distributed code to easily populate a trivial producer with loca...
Manages allocation and freeing for a string list.
Definition: vtkStringList.h:20