ParaViewClients-targets.cmake
Go to the documentation of this file.
1 # Generated by CMake
2 
3 if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
4  message(FATAL_ERROR "CMake >= 2.6.0 required")
5 endif()
6 cmake_policy(PUSH)
7 cmake_policy(VERSION 2.6...3.17)
8 #----------------------------------------------------------------
9 # Generated CMake target import file.
10 #----------------------------------------------------------------
11 
12 # Commands may need to know the format version.
13 set(CMAKE_IMPORT_FILE_VERSION 1)
14 
15 if(CMAKE_VERSION VERSION_LESS 3.0.0)
16  message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.")
17 endif()
18 
19 # Protect against multiple inclusion, which would fail when already imported targets are added once more.
20 set(_targetsDefined)
21 set(_targetsNotDefined)
22 set(_expectedTargets)
23 foreach(_expectedTarget ParaView::AdaptorsPython ParaView::Catalyst ParaView::Catalyst-private-kit-links ParaView::AdaptorsPhasta ParaView::PythonCatalyst ParaView::AdaptorsPagosa ParaView::AdaptorsNPIC ParaView::AdaptorsCam ParaView::AdaptorsCamPython ParaView::AdaptorsCTH ParaView::InSitu ParaView::catalyst)
24  list(APPEND _expectedTargets ${_expectedTarget})
25  if(NOT TARGET ${_expectedTarget})
26  list(APPEND _targetsNotDefined ${_expectedTarget})
27  endif()
28  if(TARGET ${_expectedTarget})
29  list(APPEND _targetsDefined ${_expectedTarget})
30  endif()
31 endforeach()
32 if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
33  unset(_targetsDefined)
34  unset(_targetsNotDefined)
35  unset(_expectedTargets)
36  set(CMAKE_IMPORT_FILE_VERSION)
37  cmake_policy(POP)
38  return()
39 endif()
40 if(NOT "${_targetsDefined}" STREQUAL "")
41  message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
42 endif()
43 unset(_targetsDefined)
44 unset(_targetsNotDefined)
45 unset(_expectedTargets)
46 
47 
48 # Create imported target ParaView::AdaptorsPython
49 add_library(ParaView::AdaptorsPython INTERFACE IMPORTED)
50 
51 # Create imported target ParaView::Catalyst
52 add_library(ParaView::Catalyst SHARED IMPORTED)
53 
54 set_target_properties(ParaView::Catalyst PROPERTIES
55  INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/build/Clients/Catalyst;/home/paraview/Clients/Catalyst"
56  INTERFACE_LINK_LIBRARIES "VTK::CommonCore;VTK::PythonUsed"
57 )
58 
59 # Create imported target ParaView::Catalyst-private-kit-links
60 add_library(ParaView::Catalyst-private-kit-links INTERFACE IMPORTED)
61 
62 set_target_properties(ParaView::Catalyst-private-kit-links PROPERTIES
63  INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:ParaView::paraview_plugins>"
64 )
65 
66 # Create imported target ParaView::AdaptorsPhasta
67 add_library(ParaView::AdaptorsPhasta SHARED IMPORTED)
68 
69 set_target_properties(ParaView::AdaptorsPhasta PROPERTIES
70  INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/build/Adaptors/Phasta;/home/paraview/Adaptors/Phasta"
71  INTERFACE_LINK_LIBRARIES "ParaView::Catalyst;VTK::CommonCore;VTK::CommonDataModel;VTK::PythonUsed"
72 )
73 
74 # Create imported target ParaView::PythonCatalyst
75 add_library(ParaView::PythonCatalyst SHARED IMPORTED)
76 
77 set_target_properties(ParaView::PythonCatalyst PROPERTIES
78  INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/build/Clients/PythonCatalyst;/home/paraview/Clients/PythonCatalyst"
79  INTERFACE_LINK_LIBRARIES "ParaView::Catalyst;VTK::PythonInterpreter;VTK::PythonUsed"
80 )
81 
82 # Create imported target ParaView::AdaptorsPagosa
83 add_library(ParaView::AdaptorsPagosa SHARED IMPORTED)
84 
85 set_target_properties(ParaView::AdaptorsPagosa PROPERTIES
86  INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/build/Adaptors/Pagosa;/home/paraview/Adaptors/Pagosa"
87  INTERFACE_LINK_LIBRARIES "ParaView::Catalyst;VTK::CommonDataModel;VTK::PythonUsed"
88 )
89 
90 # Create imported target ParaView::AdaptorsNPIC
91 add_library(ParaView::AdaptorsNPIC SHARED IMPORTED)
92 
93 set_target_properties(ParaView::AdaptorsNPIC PROPERTIES
94  INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/build/Adaptors/NPIC;/home/paraview/Adaptors/NPIC"
95  INTERFACE_LINK_LIBRARIES "ParaView::Catalyst;VTK::CommonDataModel;VTK::CommonCore;VTK::ParallelMPI;VTK::PythonUsed"
96 )
97 
98 # Create imported target ParaView::AdaptorsCam
99 add_library(ParaView::AdaptorsCam SHARED IMPORTED)
100 
101 set_target_properties(ParaView::AdaptorsCam PROPERTIES
102  INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/build/Adaptors/Cam;/home/paraview/Adaptors/Cam"
103  INTERFACE_LINK_LIBRARIES "ParaView::Catalyst;ParaView::PythonCatalyst;VTK::CommonDataModel;VTK::CommonCore;VTK::PythonUsed"
104 )
105 
106 # Create imported target ParaView::AdaptorsCamPython
107 add_library(ParaView::AdaptorsCamPython INTERFACE IMPORTED)
108 
109 set_target_properties(ParaView::AdaptorsCamPython PROPERTIES
110  INTERFACE_LINK_LIBRARIES "ParaView::AdaptorsCam"
111 )
112 
113 # Create imported target ParaView::AdaptorsCTH
114 add_library(ParaView::AdaptorsCTH SHARED IMPORTED)
115 
116 set_target_properties(ParaView::AdaptorsCTH PROPERTIES
117  INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/build/Adaptors/CTH;/home/paraview/Adaptors/CTH"
118  INTERFACE_LINK_LIBRARIES "ParaView::Catalyst;ParaView::PythonCatalyst;VTK::CommonCore;VTK::CommonDataModel;VTK::CommonExecutionModel;VTK::ParallelMPI;VTK::PythonUsed"
119 )
120 
121 # Create imported target ParaView::InSitu
122 add_library(ParaView::InSitu SHARED IMPORTED)
123 
124 set_target_properties(ParaView::InSitu PROPERTIES
125  INTERFACE_INCLUDE_DIRECTORIES "/home/paraview/build/Clients/InSitu;/home/paraview/Clients/InSitu"
126  INTERFACE_LINK_LIBRARIES "VTK::CommonCore;VTK::PythonUsed"
127 )
128 
129 # Create imported target ParaView::catalyst
130 add_library(ParaView::catalyst SHARED IMPORTED)
131 
132 set_target_properties(ParaView::catalyst PROPERTIES
133  INTERFACE_LINK_LIBRARIES "catalyst::core;catalyst::conduit_headers"
134 )
135 
136 # Import target "ParaView::Catalyst" for configuration "Debug"
137 set_property(TARGET ParaView::Catalyst APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
138 set_target_properties(ParaView::Catalyst PROPERTIES
139  IMPORTED_LINK_DEPENDENT_LIBRARIES_DEBUG "ParaView::RemotingApplication;VTK::FiltersGeneral;VTK::FiltersHybrid;VTK::vtksys;VTK::ParallelMPI"
140  IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libvtkPVCatalyst-pv5.9.so.5.9"
141  IMPORTED_SONAME_DEBUG "libvtkPVCatalyst-pv5.9.so.1"
142  )
143 
144 # Import target "ParaView::AdaptorsPhasta" for configuration "Debug"
145 set_property(TARGET ParaView::AdaptorsPhasta APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
146 set_target_properties(ParaView::AdaptorsPhasta PROPERTIES
147  IMPORTED_LINK_DEPENDENT_LIBRARIES_DEBUG "VTK::ParallelMPI"
148  IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libvtkPVAdaptorsPhasta-pv5.9.so.5.9"
149  IMPORTED_SONAME_DEBUG "libvtkPVAdaptorsPhasta-pv5.9.so.1"
150  )
151 
152 # Import target "ParaView::PythonCatalyst" for configuration "Debug"
153 set_property(TARGET ParaView::PythonCatalyst APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
154 set_target_properties(ParaView::PythonCatalyst PROPERTIES
155  IMPORTED_LINK_DEPENDENT_LIBRARIES_DEBUG "ParaView::PythonInitializer;ParaView::RemotingServerManager;ParaView::VTKExtensionsCore;VTK::ParallelCore;VTK::WrappingPythonCore;ParaView::RemotingLive"
156  IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libvtkPVPythonCatalyst-pv5.9.so.5.9"
157  IMPORTED_SONAME_DEBUG "libvtkPVPythonCatalyst-pv5.9.so.1"
158  )
159 
160 # Import target "ParaView::AdaptorsPagosa" for configuration "Debug"
161 set_property(TARGET ParaView::AdaptorsPagosa APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
162 set_target_properties(ParaView::AdaptorsPagosa PROPERTIES
163  IMPORTED_LINK_DEPENDENT_LIBRARIES_DEBUG "ParaView::PythonCatalyst;VTK::ParallelMPI"
164  IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libvtkPVAdaptorsPagosa-pv5.9.so.5.9"
165  IMPORTED_SONAME_DEBUG "libvtkPVAdaptorsPagosa-pv5.9.so.1"
166  )
167 
168 # Import target "ParaView::AdaptorsNPIC" for configuration "Debug"
169 set_property(TARGET ParaView::AdaptorsNPIC APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
170 set_target_properties(ParaView::AdaptorsNPIC PROPERTIES
171  IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libvtkPVAdaptorsNPIC-pv5.9.so.5.9"
172  IMPORTED_SONAME_DEBUG "libvtkPVAdaptorsNPIC-pv5.9.so.1"
173  )
174 
175 # Import target "ParaView::AdaptorsCam" for configuration "Debug"
176 set_property(TARGET ParaView::AdaptorsCam APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
177 set_target_properties(ParaView::AdaptorsCam PROPERTIES
178  IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libvtkPVAdaptorsCam-pv5.9.so.5.9"
179  IMPORTED_SONAME_DEBUG "libvtkPVAdaptorsCam-pv5.9.so.1"
180  )
181 
182 # Import target "ParaView::AdaptorsCTH" for configuration "Debug"
183 set_property(TARGET ParaView::AdaptorsCTH APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
184 set_target_properties(ParaView::AdaptorsCTH PROPERTIES
185  IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libvtkPVAdaptorsCTH-pv5.9.so.5.9"
186  IMPORTED_SONAME_DEBUG "libvtkPVAdaptorsCTH-pv5.9.so.1"
187  )
188 
189 # Import target "ParaView::InSitu" for configuration "Debug"
190 set_property(TARGET ParaView::InSitu APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
191 set_target_properties(ParaView::InSitu PROPERTIES
192  IMPORTED_LINK_DEPENDENT_LIBRARIES_DEBUG "ParaView::Catalyst;ParaView::RemotingApplication;ParaView::VTKExtensionsConduit;ParaView::VTKExtensionsCore;ParaView::PythonCatalyst;ParaView::PythonInitializer;ParaView::RemotingLive;VTK::ParallelMPI;VTK::WrappingPythonCore"
193  IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libvtkPVInSitu-pv5.9.so.5.9"
194  IMPORTED_SONAME_DEBUG "libvtkPVInSitu-pv5.9.so.1"
195  )
196 
197 # Import target "ParaView::catalyst" for configuration "Debug"
198 set_property(TARGET ParaView::catalyst APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
199 set_target_properties(ParaView::catalyst PROPERTIES
200  IMPORTED_LINK_DEPENDENT_LIBRARIES_DEBUG "ParaView::InSitu;ParaView::VTKExtensionsCore;ParaView::VTKExtensionsConduit;ParaView::RemotingServerManager;VTK::ParallelMPI;Python3::Python"
201  IMPORTED_LOCATION_DEBUG "/home/paraview/build/lib64/libcatalyst.so.2"
202  IMPORTED_SONAME_DEBUG "libcatalyst.so.2"
203  )
204 
205 # Make sure the targets which have been exported in some other
206 # export set exist.
207 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)
208 foreach(_target "VTK::CommonCore" "VTK::PythonUsed" "ParaView::paraview_plugins" "VTK::CommonDataModel" "VTK::PythonInterpreter" "VTK::ParallelMPI" "VTK::CommonExecutionModel" "catalyst::core" "catalyst::conduit_headers" )
209  if(NOT TARGET "${_target}" )
210  set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}")
211  endif()
212 endforeach()
213 
214 if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)
215  if(CMAKE_FIND_PACKAGE_NAME)
216  set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
217  set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}")
218  else()
219  message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}")
220  endif()
221 endif()
222 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)
223 
224 # Commands beyond this point should not need to know the version.
225 set(CMAKE_IMPORT_FILE_VERSION)
226 cmake_policy(POP)
#define VERSION
Definition: jconfigint.h:17