3 if(
"${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5)
4 message(FATAL_ERROR
"CMake >= 2.6.0 required")
8 #---------------------------------------------------------------- 9 # Generated CMake target import file. 10 #---------------------------------------------------------------- 12 # Commands may need to know the format version. 13 set(CMAKE_IMPORT_FILE_VERSION 1)
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.")
19 # Protect against multiple inclusion, which would fail when already imported targets are added once more. 21 set(_targetsNotDefined)
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})
28 if(TARGET ${_expectedTarget})
29 list(APPEND _targetsDefined ${_expectedTarget})
32 if("${_targetsDefined}
" STREQUAL "${_expectedTargets}
") 33 unset(_targetsDefined) 34 unset(_targetsNotDefined) 35 unset(_expectedTargets) 36 set(CMAKE_IMPORT_FILE_VERSION) 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
") 43 unset(_targetsDefined) 44 unset(_targetsNotDefined) 45 unset(_expectedTargets) 48 # Create imported target ParaView::AdaptorsPython 49 add_library(ParaView::AdaptorsPython INTERFACE IMPORTED) 51 # Create imported target ParaView::Catalyst 52 add_library(ParaView::Catalyst SHARED IMPORTED) 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
" 59 # Create imported target ParaView::Catalyst-private-kit-links 60 add_library(ParaView::Catalyst-private-kit-links INTERFACE IMPORTED) 62 set_target_properties(ParaView::Catalyst-private-kit-links PROPERTIES 63 INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:ParaView::paraview_plugins>
" 66 # Create imported target ParaView::AdaptorsPhasta 67 add_library(ParaView::AdaptorsPhasta SHARED IMPORTED) 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
" 74 # Create imported target ParaView::PythonCatalyst 75 add_library(ParaView::PythonCatalyst SHARED IMPORTED) 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
" 82 # Create imported target ParaView::AdaptorsPagosa 83 add_library(ParaView::AdaptorsPagosa SHARED IMPORTED) 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
" 90 # Create imported target ParaView::AdaptorsNPIC 91 add_library(ParaView::AdaptorsNPIC SHARED IMPORTED) 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
" 98 # Create imported target ParaView::AdaptorsCam 99 add_library(ParaView::AdaptorsCam SHARED IMPORTED) 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
" 106 # Create imported target ParaView::AdaptorsCamPython 107 add_library(ParaView::AdaptorsCamPython INTERFACE IMPORTED) 109 set_target_properties(ParaView::AdaptorsCamPython PROPERTIES 110 INTERFACE_LINK_LIBRARIES "ParaView::AdaptorsCam
" 113 # Create imported target ParaView::AdaptorsCTH 114 add_library(ParaView::AdaptorsCTH SHARED IMPORTED) 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
" 121 # Create imported target ParaView::InSitu 122 add_library(ParaView::InSitu SHARED IMPORTED) 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
" 129 # Create imported target ParaView::catalyst 130 add_library(ParaView::catalyst SHARED IMPORTED) 132 set_target_properties(ParaView::catalyst PROPERTIES 133 INTERFACE_LINK_LIBRARIES "catalyst::core;catalyst::conduit_headers
" 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
" 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
" 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
" 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
" 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
" 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
" 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
" 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
" 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
" 205 # Make sure the targets which have been exported in some other 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}
") 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}
") 219 message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}
") 222 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) 224 # Commands beyond this point should not need to know the version. 225 set(CMAKE_IMPORT_FILE_VERSION)