1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core 3 # Set the install prefix 4 if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 set(CMAKE_INSTALL_PREFIX
"/usr/local")
7 string(REGEX REPLACE
"/$" "" CMAKE_INSTALL_PREFIX
"${CMAKE_INSTALL_PREFIX}")
9 # Set the install configuration name. 10 if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
12 string(REGEX REPLACE
"^[^A-Za-z0-9_]+" "" 13 CMAKE_INSTALL_CONFIG_NAME
"${BUILD_TYPE}")
15 set(CMAKE_INSTALL_CONFIG_NAME
"Release")
17 message(STATUS
"Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
20 # Set the component getting installed. 21 if(NOT CMAKE_INSTALL_COMPONENT)
23 message(STATUS
"Install component: \"${COMPONENT}\"")
24 set(CMAKE_INSTALL_COMPONENT
"${COMPONENT}")
26 set(CMAKE_INSTALL_COMPONENT)
30 # Install shared libraries without execute permission? 31 if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 set(CMAKE_INSTALL_SO_NO_EXE
"0")
35 # Is this installation the result of a crosscompile? 36 if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 set(CMAKE_CROSSCOMPILING
"FALSE")
40 # Set default install directory permissions. 41 if(NOT DEFINED CMAKE_OBJDUMP)
42 set(CMAKE_OBJDUMP
"/usr/bin/objdump")
45 if(
"x${CMAKE_INSTALL_COMPONENT}x" STREQUAL
"xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
46 file(INSTALL DESTINATION
"${CMAKE_INSTALL_PREFIX}/include/paraview-5.13" TYPE FILE FILES
47 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkGPUInfoListArray.h" 48 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkLabeledDatatypeDefinitions.h" 49 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkPythagoreanQuadruples.h" 50 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkRayCastStructures.h" 51 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkRenderingCoreEnums.h" 52 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkStateStorage.h" 53 "/builds/gitlab-kitware-sciviz-ci/build/VTK/Rendering/Core/vtkTDxConfigure.h" 54 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkTDxMotionEventInfo.h" 55 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkAbstractHyperTreeGridMapper.h" 56 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkAbstractMapper.h" 57 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkAbstractMapper3D.h" 58 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkAbstractPicker.h" 59 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkAbstractVolumeMapper.h" 60 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkActor.h" 61 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkActor2D.h" 62 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkActor2DCollection.h" 63 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkActorCollection.h" 64 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkAssembly.h" 65 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkAvatar.h" 66 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkBackgroundColorMonitor.h" 67 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkBillboardTextActor3D.h" 68 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCamera.h" 69 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCameraActor.h" 70 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCameraInterpolator.h" 71 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCellCenterDepthSort.h" 72 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCellGraphicsPrimitiveMap.h" 73 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCellGridMapper.h" 74 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCellGridRenderRequest.h" 75 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkColorTransferFunction.h" 76 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCompositeCellGridMapper.h" 77 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCompositeDataDisplayAttributes.h" 78 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCompositeDataDisplayAttributesLegacy.h" 79 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCompositePolyDataMapper.h" 80 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCompositePolyDataMapperDelegator.h" 81 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCoordinate.h" 82 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCuller.h" 83 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCullerCollection.h" 84 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkDataSetMapper.h" 85 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkDiscretizableColorTransferFunction.h" 86 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkDistanceToCamera.h" 87 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkFXAAOptions.h" 88 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkFlagpoleLabel.h" 89 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkFollower.h" 90 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkFrameBufferObjectBase.h" 91 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkFrustumCoverageCuller.h" 92 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkGPUInfo.h" 93 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkGPUInfoList.h" 94 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkGenericVertexAttributeMapping.h" 95 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkGlyph3DMapper.h" 96 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkGraphMapper.h" 97 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkGraphToGlyphs.h" 98 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkGraphicsFactory.h" 99 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkHardwarePicker.h" 100 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkHardwareSelector.h" 101 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkHardwareWindow.h" 102 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkHierarchicalPolyDataMapper.h" 103 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkImageActor.h" 104 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkImageMapper.h" 105 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkImageMapper3D.h" 106 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkImageProperty.h" 107 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkImageSlice.h" 108 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkImageSliceMapper.h" 109 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkInteractorEventRecorder.h" 110 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkInteractorObserver.h" 111 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkLabeledContourMapper.h" 112 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkLight.h" 113 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkLightActor.h" 114 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkLightCollection.h" 115 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkLightKit.h" 116 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkLogLookupTable.h" 117 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkLookupTableWithEnabling.h" 118 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkMapArrayValues.h" 119 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkMapper.h" 120 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkMapper2D.h" 121 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkMapperCollection.h" 122 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkObserverMediator.h" 123 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkPointGaussianMapper.h" 124 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkPolyDataMapper.h" 125 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkPolyDataMapper2D.h" 126 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkProp.h" 127 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkProp3D.h" 128 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkProp3DCollection.h" 129 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkProp3DFollower.h" 130 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkPropAssembly.h" 131 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkPropCollection.h" 132 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkProperty.h" 133 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkProperty2D.h" 134 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkRenderPass.h" 135 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkRenderState.h" 136 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkRenderTimerLog.h" 137 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkRenderWindow.h" 138 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkRenderWindowCollection.h" 139 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkRenderWindowInteractor.h" 140 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkRenderWindowInteractor3D.h" 141 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkRenderer.h" 142 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkRendererCollection.h" 143 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkRendererDelegate.h" 144 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkRendererSource.h" 145 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkResizingWindowToImageFilter.h" 146 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkSelectVisiblePoints.h" 147 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkShaderProperty.h" 148 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkSkybox.h" 149 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkStereoCompositor.h" 150 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkTextActor.h" 151 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkTextActor3D.h" 152 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkTexture.h" 153 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkTexturedActor2D.h" 154 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkTransformCoordinateSystems.h" 155 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkTransformInterpolator.h" 156 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkTupleInterpolator.h" 157 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkUniforms.h" 158 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkViewDependentErrorMetric.h" 159 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkViewport.h" 160 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkVisibilitySort.h" 161 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkVolume.h" 162 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkVolumeCollection.h" 163 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkVolumeProperty.h" 164 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkWindowLevelLookupTable.h" 165 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkWindowToImageFilter.h" 166 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkAssemblyNode.h" 167 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkAssemblyPath.h" 168 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkAssemblyPaths.h" 169 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkAreaPicker.h" 170 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkPicker.h" 171 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkAbstractPropPicker.h" 172 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkLODProp3D.h" 173 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkPropPicker.h" 174 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkPickingManager.h" 175 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkWorldPointPicker.h" 176 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCellPicker.h" 177 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkPointPicker.h" 178 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkRenderedAreaPicker.h" 179 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkScenePicker.h" 180 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkInteractorStyle.h" 181 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkInteractorStyle3D.h" 182 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkInteractorStyleSwitchBase.h" 183 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkTDxInteractorStyle.h" 184 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkTDxInteractorStyleCamera.h" 185 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkTDxInteractorStyleSettings.h" 186 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkStringToImage.h" 187 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkTextMapper.h" 188 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkTextProperty.h" 189 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkTextPropertyCollection.h" 190 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkTextRenderer.h" 191 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkAbstractInteractionDevice.h" 192 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkAbstractRenderDevice.h" 193 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkRenderWidget.h" 194 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkNoise200x200.h" 195 "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/vtkCIEDE2000.h" 196 "/builds/gitlab-kitware-sciviz-ci/build/VTK/Rendering/Core/vtkRenderingCoreModule.h" 200 if("x${CMAKE_INSTALL_COMPONENT}x
" STREQUAL "xdevelopmentx
" OR NOT CMAKE_INSTALL_COMPONENT) 201 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/
vtk/hierarchy/ParaView
" TYPE FILE RENAME "vtkRenderingCore-hierarchy.txt
" FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/
vtk/hierarchy/ParaView/vtkRenderingCore-hierarchy.txt
") 204 if("x${CMAKE_INSTALL_COMPONENT}x
" STREQUAL "xruntimex
" OR NOT CMAKE_INSTALL_COMPONENT) 206 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.13.so.5.13
" 207 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.13.so.1
" 209 if(EXISTS "${file}
" AND 210 NOT IS_SYMLINK "${file}
") 216 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64
" TYPE SHARED_LIBRARY FILES 217 "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRenderingCore-pv5.13.so.5.13
" 218 "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRenderingCore-pv5.13.so.1
" 221 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.13.so.5.13
" 222 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.13.so.1
" 224 if(EXISTS "${file}
" AND 225 NOT IS_SYMLINK "${file}
") 228 OLD_RPATH "\$ORIGIN:
" 229 NEW_RPATH "\$ORIGIN
") 230 if(CMAKE_INSTALL_DO_STRIP) 231 execute_process(COMMAND "/usr/bin/strip
" "${file}
") 237 if("x${CMAKE_INSTALL_COMPONENT}x
" STREQUAL "xdevelopmentx
" OR NOT CMAKE_INSTALL_COMPONENT) 238 if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.13.so
" AND 239 NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.13.so
") 241 FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.13.so
" 244 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64
" TYPE SHARED_LIBRARY FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRenderingCore-pv5.13.so
") 245 if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.13.so
" AND 246 NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.13.so
") 248 FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.13.so
" 249 OLD_RPATH "\$ORIGIN:
" 250 NEW_RPATH "\$ORIGIN
") 251 if(CMAKE_INSTALL_DO_STRIP) 252 execute_process(COMMAND "/usr/bin/strip
" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRenderingCore-pv5.13.so
") 257 if("x${CMAKE_INSTALL_COMPONENT}x
" STREQUAL "xlicensesx
" OR NOT CMAKE_INSTALL_COMPONENT) 258 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/licenses/ParaView/vtkRenderingCore
" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/VTK/Rendering/Core/LICENSE
") 261 if("x${CMAKE_INSTALL_COMPONENT}x
" STREQUAL "xspdxx
" OR NOT CMAKE_INSTALL_COMPONENT) 262 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/ParaView/spdx
" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/VTK/Rendering/Core/vtkRenderingCore.spdx
")