1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/Remoting/ApplicationComponents 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(CMAKE_INSTALL_COMPONENT STREQUAL
"development" OR NOT CMAKE_INSTALL_COMPONENT)
46 file(INSTALL DESTINATION
"${CMAKE_INSTALL_PREFIX}/lib64/vtk/hierarchy/ParaView" TYPE FILE RENAME
"vtkRemotingApplicationComponents-hierarchy.txt" FILES
"/builds/gitlab-kitware-sciviz-ci/build/lib64/vtk/hierarchy/ParaView/vtkRemotingApplicationComponents-hierarchy.txt")
49 if(CMAKE_INSTALL_COMPONENT STREQUAL "runtime" OR NOT CMAKE_INSTALL_COMPONENT)
51 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingApplicationComponents-pv6.0.so.6.0
" 52 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingApplicationComponents-pv6.0.so.1
" 54 if(EXISTS "${file}
" AND 55 NOT IS_SYMLINK "${file}
") 58 RPATH "\$ORIGIN:/usr/lib64/openmpi/lib
") 61 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64
" TYPE SHARED_LIBRARY FILES 62 "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRemotingApplicationComponents-pv6.0.so.6.0
" 63 "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRemotingApplicationComponents-pv6.0.so.1
" 66 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingApplicationComponents-pv6.0.so.6.0
" 67 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingApplicationComponents-pv6.0.so.1
" 69 if(EXISTS "${file}
" AND 70 NOT IS_SYMLINK "${file}
") 73 OLD_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib:
" 74 NEW_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib
") 75 if(CMAKE_INSTALL_DO_STRIP) 76 execute_process(COMMAND "/usr/bin/strip
" "${file}
") 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/libvtkRemotingApplicationComponents-pv6.0.so
") 86 if(CMAKE_INSTALL_COMPONENT STREQUAL "development
" OR NOT CMAKE_INSTALL_COMPONENT) 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 100 "/builds/gitlab-kitware-sciviz-ci/Remoting/ApplicationComponents/
vtkShowDecorator.h
" 104 if(CMAKE_INSTALL_COMPONENT STREQUAL "development
" OR NOT CMAKE_INSTALL_COMPONENT) 105 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0
" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/Remoting/ApplicationComponents/vtkRemotingApplicationComponentsModule.h
") 108 if(CMAKE_INSTALL_COMPONENT STREQUAL "spdx
" OR NOT CMAKE_INSTALL_COMPONENT) 109 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/ParaView/spdx
" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/Remoting/ApplicationComponents/vtkRemotingApplicationComponents.spdx
") vtkSessionTypeDecorator is a vtkPropertyDecorator subclass that can be used to control show/hide or e...
vtkEnableDecorator can be used to enable/disable a widget based on the status of another property not...
vtkOSPRayHidingDecorator's purpose is to prevent the GUI from showing any of the RayTracing specific ...
vtkMultiComponentsDecorator's purpose is to prevent the GUI from showing Multi Components Mapping che...
vtkPropertyDecorator hold the logic of pqPropertyDecorator TODO provides a mechanism to decorate pqPr...
vtkBoolPropertyDecorator is a base class for enable/disable or show/hide widgets based on the status ...
vtkShowDecorator can be used to show/hide a widget based on the status of another property not direct...
vtkGenericPropertyDecorator is a vtkPropertyDecorator that supports multiple common use cases from a ...
vtkPropertyDecorator subclass that can combine multiple decorators using boolean operations.