cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2
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 "Release")
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 # Set default install directory permissions.
41 if(NOT DEFINED CMAKE_OBJDUMP)
42  set(CMAKE_OBJDUMP "/usr/bin/objdump")
43 endif()
44 
45 if(CMAKE_INSTALL_COMPONENT STREQUAL "runtime" OR NOT CMAKE_INSTALL_COMPONENT)
46  foreach(file
47  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtklibxml2-pv6.0.so.6.0"
48  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtklibxml2-pv6.0.so.1"
49  )
50  if(EXISTS "${file}" AND
51  NOT IS_SYMLINK "${file}")
52  file(RPATH_CHECK
53  FILE "${file}"
54  RPATH "\$ORIGIN")
55  endif()
56  endforeach()
57  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
58  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtklibxml2-pv6.0.so.6.0"
59  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtklibxml2-pv6.0.so.1"
60  )
61  foreach(file
62  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtklibxml2-pv6.0.so.6.0"
63  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtklibxml2-pv6.0.so.1"
64  )
65  if(EXISTS "${file}" AND
66  NOT IS_SYMLINK "${file}")
67  file(RPATH_CHANGE
68  FILE "${file}"
69  OLD_RPATH "\$ORIGIN:"
70  NEW_RPATH "\$ORIGIN")
71  if(CMAKE_INSTALL_DO_STRIP)
72  execute_process(COMMAND "/usr/bin/strip" "${file}")
73  endif()
74  endif()
75  endforeach()
76 endif()
77 
78 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
79  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtklibxml2-pv6.0.so")
80 endif()
81 
82 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
83 endif()
84 
85 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
86  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0/vtklibxml2/include/libxml" TYPE FILE FILES
87  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/c14n.h"
88  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/catalog.h"
89  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/chvalid.h"
90  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/debugXML.h"
91  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/dict.h"
92  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/encoding.h"
93  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/entities.h"
94  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/globals.h"
95  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/hash.h"
96  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/HTMLparser.h"
97  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/HTMLtree.h"
98  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/list.h"
99  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/nanoftp.h"
100  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/nanohttp.h"
101  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/parser.h"
102  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/parserInternals.h"
103  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/pattern.h"
104  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/relaxng.h"
105  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/SAX.h"
106  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/SAX2.h"
107  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/schemasInternals.h"
108  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/schematron.h"
109  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/threads.h"
110  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/tree.h"
111  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/uri.h"
112  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/valid.h"
113  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/vtk_libxml2_mangle.h"
114  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xinclude.h"
115  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xlink.h"
116  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xmlIO.h"
117  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xmlautomata.h"
118  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xmlerror.h"
119  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xmlexports.h"
120  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xmlmemory.h"
121  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xmlmodule.h"
122  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xmlreader.h"
123  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xmlregexp.h"
124  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xmlsave.h"
125  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xmlschemas.h"
126  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xmlschemastypes.h"
127  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xmlstring.h"
128  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xmlunicode.h"
129  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xmlwriter.h"
130  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xpath.h"
131  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xpathInternals.h"
132  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xpointer.h"
133  "/builds/gitlab-kitware-sciviz-ci/build/VTK/ThirdParty/libxml2/vtklibxml2/include/libxml/xmlversion.h"
134  )
135 endif()
136 
137 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
138 endif()
139 
string