cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson
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 "development" OR NOT CMAKE_INSTALL_COMPONENT)
46 endif()
47 
48 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
49  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0/vtknlohmannjson/include/vtknlohmann" TYPE FILE FILES
50  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/adl_serializer.hpp"
51  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/byte_container_with_subtype.hpp"
52  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/json.hpp"
53  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/json_fwd.hpp"
54  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/ordered_map.hpp"
55  )
56  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0/vtknlohmannjson/include/vtknlohmann/detail" TYPE FILE FILES
57  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/abi_macros.hpp"
58  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/exceptions.hpp"
59  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/hash.hpp"
60  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/json_custom_base_class.hpp"
61  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/json_pointer.hpp"
62  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/json_ref.hpp"
63  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/macro_scope.hpp"
64  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/macro_unscope.hpp"
65  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/string_concat.hpp"
66  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/string_escape.hpp"
67  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/value_t.hpp"
68  )
69  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0/vtknlohmannjson/include/vtknlohmann/detail/conversions" TYPE FILE FILES
70  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/conversions/from_json.hpp"
71  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/conversions/to_chars.hpp"
72  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/conversions/to_json.hpp"
73  )
74  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0/vtknlohmannjson/include/vtknlohmann/detail/input" TYPE FILE FILES
75  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/input/binary_reader.hpp"
76  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/input/input_adapters.hpp"
77  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/input/json_sax.hpp"
78  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/input/lexer.hpp"
79  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/input/parser.hpp"
80  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/input/position_t.hpp"
81  )
82  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0/vtknlohmannjson/include/vtknlohmann/detail/iterators" TYPE FILE FILES
83  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/iterators/internal_iterator.hpp"
84  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/iterators/iter_impl.hpp"
85  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/iterators/iteration_proxy.hpp"
86  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/iterators/iterator_traits.hpp"
87  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/iterators/json_reverse_iterator.hpp"
88  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/iterators/primitive_iterator.hpp"
89  )
90  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0/vtknlohmannjson/include/vtknlohmann/detail/meta" TYPE FILE FILES
91  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/meta/cpp_future.hpp"
92  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/meta/detected.hpp"
93  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/meta/identity_tag.hpp"
94  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/meta/is_sax.hpp"
95  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/meta/std_fs.hpp"
96  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/meta/type_traits.hpp"
97  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/meta/void_t.hpp"
98  )
99  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0/vtknlohmannjson/include/vtknlohmann/detail/meta/call_std" TYPE FILE FILES
100  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/meta/call_std/begin.hpp"
101  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/meta/call_std/end.hpp"
102  )
103  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0/vtknlohmannjson/include/vtknlohmann/detail/output" TYPE FILE FILES
104  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/output/binary_writer.hpp"
105  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/output/output_adapters.hpp"
106  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/detail/output/serializer.hpp"
107  )
108  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0/vtknlohmannjson/include/vtknlohmann/thirdparty/hedley" TYPE FILE FILES
109  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/thirdparty/hedley/hedley.hpp"
110  "/builds/gitlab-kitware-sciviz-ci/VTK/ThirdParty/nlohmannjson/vtknlohmannjson/include/vtknlohmann/thirdparty/hedley/hedley_undef.hpp"
111  )
112 endif()
113 
114 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
115 endif()
116 
meta
string