cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/Qt/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 "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 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
41  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-5.9" TYPE FILE FILES
42  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqAnimationCue.h"
43  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqAnimationScene.h"
44  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqApplicationCore.h"
45  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqAutoStartInterface.h"
46  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqBoxChartView.h"
47  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqCheckBoxDelegate.h"
48  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqCollaborationEventPlayer.h"
49  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqCollaborationManager.h"
50  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqComparativeContextView.h"
51  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqComparativeRenderView.h"
52  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqComparativeXYBarChartView.h"
53  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqComparativeXYChartView.h"
54  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqContextView.h"
55  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqCoreInit.h"
56  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqCoreTestUtility.h"
57  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqCoreUtilities.h"
58  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqDataRepresentation.h"
59  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqExtractor.h"
60  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqFileDialog.h"
61  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqFileDialogEventPlayer.h"
62  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqFileDialogEventTranslator.h"
63  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqFileDialogFavoriteModel.h"
64  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqFileDialogFilter.h"
65  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqFileDialogModel.h"
66  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqFileDialogRecentDirsModel.h"
67  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqFlatTreeViewEventPlayer.h"
68  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqFlatTreeViewEventTranslator.h"
69  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqGraphLayoutStrategyInterface.h"
70  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqImageUtil.h"
71  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqInteractiveViewLink.h"
72  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqInterfaceTracker.h"
73  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqLinkViewWidget.h"
74  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqLinksModel.h"
75  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqLogViewerWidget.h"
76  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqMainWindowEventManager.h"
77  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqMultiSliceAxisWidget.h"
78  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqMultiSliceView.h"
79  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqNonEditableStyledItemDelegate.h"
80  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqObjectBuilder.h"
81  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqOptions.h"
82  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqOutputPort.h"
83  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqOutputWidget.h"
84  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqParallelCoordinatesChartView.h"
85  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqPipelineFilter.h"
86  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqPipelineRepresentation.h"
87  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqPipelineSource.h"
88  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqPlotMatrixView.h"
89  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqPluginManager.h"
90  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqProgressManager.h"
91  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqPropertyLinks.h"
92  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqPropertyLinksConnection.h"
93  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqPropertyManager.h"
94  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqProxy.h"
95  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqProxyModifiedStateUndoElement.h"
96  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqProxySelection.h"
97  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqQVTKWidget.h"
98  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqQVTKWidgetEventPlayer.h"
99  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqQVTKWidgetEventTranslator.h"
100  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqRecentlyUsedResourceLoaderInterface.h"
101  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqRecentlyUsedResourcesList.h"
102  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqRenderView.h"
103  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqRenderViewBase.h"
104  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqRepresentation.h"
105  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqSMAdaptor.h"
106  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqSMProxy.h"
107  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqScalarBarRepresentation.h"
108  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqScalarsToColors.h"
109  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqServer.h"
110  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqServerConfiguration.h"
111  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqServerConfigurationCollection.h"
112  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqServerManagerModel.h"
113  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqServerManagerModelInterface.h"
114  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqServerManagerModelItem.h"
115  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqServerManagerObserver.h"
116  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqServerResource.h"
117  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqSettings.h"
118  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqSpreadSheetView.h"
119  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqSpreadSheetViewModel.h"
120  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqSpreadSheetViewSelectionModel.h"
121  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqSpreadSheetViewWidget.h"
122  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqStandardServerManagerModelInterface.h"
123  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqTimeKeeper.h"
124  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqTreeLayoutStrategyInterface.h"
125  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqUndoStack.h"
126  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqView.h"
127  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqXMLEventObserver.h"
128  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqXMLEventSource.h"
129  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqXMLUtil.h"
130  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqXYBarChartView.h"
131  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqXYChartView.h"
132  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqXYHistogramChartView.h"
133  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/vtkPVGUIPluginInterface.h"
134  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqDebug.h"
135  "/builds/gitlab-kitware-sciviz-ci/Qt/Core/pqPythonView.h"
136  "/builds/gitlab-kitware-sciviz-ci/build/Qt/Core/pqCoreModule.h"
137  )
138 endif()
139 
140 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xruntimex" OR NOT CMAKE_INSTALL_COMPONENT)
141  foreach(file
142  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libpqCore-pv5.9.so.5.9"
143  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libpqCore-pv5.9.so.1"
144  )
145  if(EXISTS "${file}" AND
146  NOT IS_SYMLINK "${file}")
147  file(RPATH_CHECK
148  FILE "${file}"
149  RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
150  endif()
151  endforeach()
152  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
153  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libpqCore-pv5.9.so.5.9"
154  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libpqCore-pv5.9.so.1"
155  )
156  foreach(file
157  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libpqCore-pv5.9.so.5.9"
158  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libpqCore-pv5.9.so.1"
159  )
160  if(EXISTS "${file}" AND
161  NOT IS_SYMLINK "${file}")
162  file(RPATH_CHANGE
163  FILE "${file}"
164  OLD_RPATH "/builds/gitlab-kitware-sciviz-ci/build/lib64:/usr/lib64/openmpi/lib:"
165  NEW_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
166  if(CMAKE_INSTALL_DO_STRIP)
167  execute_process(COMMAND "/usr/bin/strip" "${file}")
168  endif()
169  endif()
170  endforeach()
171 endif()
172 
173 if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
174  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libpqCore-pv5.9.so" AND
175  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libpqCore-pv5.9.so")
176  file(RPATH_CHECK
177  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libpqCore-pv5.9.so"
178  RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
179  endif()
180  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/libpqCore-pv5.9.so")
181  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libpqCore-pv5.9.so" AND
182  NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libpqCore-pv5.9.so")
183  file(RPATH_CHANGE
184  FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libpqCore-pv5.9.so"
185  OLD_RPATH "/builds/gitlab-kitware-sciviz-ci/build/lib64:/usr/lib64/openmpi/lib:"
186  NEW_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
187  if(CMAKE_INSTALL_DO_STRIP)
188  execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libpqCore-pv5.9.so")
189  endif()
190  endif()
191 endif()
192 
string