1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/Remoting/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(CMAKE_INSTALL_COMPONENT STREQUAL
"development" OR NOT CMAKE_INSTALL_COMPONENT)
46 file(INSTALL DESTINATION
"${CMAKE_INSTALL_PREFIX}/lib64/vtk/hierarchy/ParaView" TYPE FILE RENAME
"vtkRemotingCore-hierarchy.txt" FILES
"/builds/gitlab-kitware-sciviz-ci/build/lib64/vtk/hierarchy/ParaView/vtkRemotingCore-hierarchy.txt")
49 if(CMAKE_INSTALL_COMPONENT STREQUAL "runtime" OR NOT CMAKE_INSTALL_COMPONENT)
51 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv6.0.so.6.0
" 52 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-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/libvtkRemotingCore-pv6.0.so.6.0
" 63 "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRemotingCore-pv6.0.so.1
" 66 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv6.0.so.6.0
" 67 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-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/libvtkRemotingCore-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 118 "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/
vtkPVPlugin.h
" 128 "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/
vtkPVSession.h
" 134 "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/
vtkSession.h
" 140 if(CMAKE_INSTALL_COMPONENT STREQUAL "development
" OR NOT CMAKE_INSTALL_COMPONENT) 141 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0
" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/Remoting/Core/vtkRemotingCoreModule.h
") 144 if(CMAKE_INSTALL_COMPONENT STREQUAL "licenses
" OR NOT CMAKE_INSTALL_COMPONENT) 145 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/licenses/ParaView/vtkRemotingCore
" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/LICENSE
") 148 if(CMAKE_INSTALL_COMPONENT STREQUAL "spdx
" OR NOT CMAKE_INSTALL_COMPONENT) 149 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/ParaView/spdx
" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/Remoting/Core/vtkRemotingCore.spdx
")
vtkPVServerManagerPluginInterface defines the interface needed to be implemented by a server-manager ...
vtkPVPythonPluginInterface defines the interface required by ParaView plugins that add python modules...
vtkPVDynamicInitializerPluginInterface defines the interface needed to be implemented by a plugin tha...
When run on the process it enables a stacktrace signal handler for common errors. ...
vtkTCPNetworkAccessManager is a concrete implementation of vtkNetworkAccessManager that uses tcp/ip s...
a global manager for each processes to keep track of plugins loaded on that process.
parallel aware vtkResourceFileLocator
Enum listing custom remote object with dedicated GlobalID.
defines the core interface for any ParaView plugin.
extends vtkSession to add API for ParaView sessions.
Used to load ParaView plugins.
display configuration container
class to create socket connections between two servers
Stores code and option for python modules.
vtkSessionIterator is used to iterate over sessions in the global ProcessModule.
vtkCompositeMultiProcessController offer a composite implementation of vtkMultiProcessController that...
When run on the process it enables a stacktrace signal handler for common errors. ...
vtkSession defines a session i.e.
runtime configuration options for vtkRemotingCore module.
runtime configuration for vtkProcessModule
vtkNetworkAccessManager is used to create new connections and monitor activity of those connections...
process initialization and management core for ParaView processes.