1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/Plugins/BivariateRepresentations/Representations 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
"Debug")
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/ParaView_paraview_plugins" TYPE FILE FILES
47 "/builds/gitlab-kitware-sciviz-ci/Plugins/BivariateRepresentations/Representations/vtkBivariateNoiseMapper.h" 48 "/builds/gitlab-kitware-sciviz-ci/Plugins/BivariateRepresentations/Representations/vtkBivariateNoiseRepresentation.h" 49 "/builds/gitlab-kitware-sciviz-ci/Plugins/BivariateRepresentations/Representations/vtkBivariateTextureRepresentation.h" 50 "/builds/gitlab-kitware-sciviz-ci/Plugins/BivariateRepresentations/Representations/vtkContext2DTexturedScalarBarActor.h" 51 "/builds/gitlab-kitware-sciviz-ci/Plugins/BivariateRepresentations/Representations/vtkContext2DTexturedScalarBarRepresentation.h" 52 "/builds/gitlab-kitware-sciviz-ci/Plugins/BivariateRepresentations/Representations/vtkSMBivariateTextureRepresentationProxy.h" 53 "/builds/gitlab-kitware-sciviz-ci/Plugins/BivariateRepresentations/Representations/vtkOpenGLBivariateNoiseMapperDelegator.h" 54 "/builds/gitlab-kitware-sciviz-ci/build/Plugins/BivariateRepresentations/Representations/vtkBivariateRepresentationsModule.h" 58 if("x${CMAKE_INSTALL_COMPONENT}x
" STREQUAL "xdevelopmentx
" OR NOT CMAKE_INSTALL_COMPONENT) 59 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.13/plugins/BivariateRepresentations/
vtk/hierarchy/BivariateRepresentations
" TYPE FILE RENAME "vtkBivariateRepresentations-hierarchy.txt
" FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-5.13/plugins/BivariateRepresentations/
vtk/hierarchy/BivariateRepresentations/vtkBivariateRepresentations-hierarchy.txt
") 62 if("x${CMAKE_INSTALL_COMPONENT}x
" STREQUAL "xpluginsx
" OR NOT CMAKE_INSTALL_COMPONENT) 63 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/paraview-5.13/plugins/BivariateRepresentations
" TYPE STATIC_LIBRARY FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-5.13/plugins/BivariateRepresentations/libvtkBivariateRepresentations.a
")