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 # Protect against multiple inclusion, which would fail when already imported targets are added once more.
17 set(_targetsNotDefined)
19 foreach(_expectedTarget Prism::vtkPrismFilters Prism::vtkPrismViews Prism::vtkPrismServerManager Prism::vtkPrismReaders)
20 list(APPEND _expectedTargets ${_expectedTarget})
21 if(NOT TARGET ${_expectedTarget})
22 list(APPEND _targetsNotDefined ${_expectedTarget})
24 if(TARGET ${_expectedTarget})
25 list(APPEND _targetsDefined ${_expectedTarget})
28 if("${_targetsDefined}
" STREQUAL "${_expectedTargets}
") 29 unset(_targetsDefined) 30 unset(_targetsNotDefined) 31 unset(_expectedTargets) 32 set(CMAKE_IMPORT_FILE_VERSION) 36 if(NOT "${_targetsDefined}
" STREQUAL "") 37 message(FATAL_ERROR "Some (but not all) targets in
this export
set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n
") 39 unset(_targetsDefined) 40 unset(_targetsNotDefined) 41 unset(_expectedTargets) 44 # Create imported target Prism::vtkPrismFilters 45 add_library(Prism::vtkPrismFilters SHARED IMPORTED) 47 set_target_properties(Prism::vtkPrismFilters PROPERTIES 48 INTERFACE_INCLUDE_DIRECTORIES "/builds/gitlab-kitware-sciviz-ci/build/Plugins/Prism/Filters;/builds/gitlab-kitware-sciviz-ci/Plugins/Prism/Filters
" 49 INTERFACE_LINK_LIBRARIES "VTK::CommonExecutionModel
" 52 # Create imported target Prism::vtkPrismViews 53 add_library(Prism::vtkPrismViews SHARED IMPORTED) 55 set_target_properties(Prism::vtkPrismViews PROPERTIES 56 INTERFACE_INCLUDE_DIRECTORIES "/builds/gitlab-kitware-sciviz-ci/build/Plugins/Prism/Views;/builds/gitlab-kitware-sciviz-ci/Plugins/Prism/Views
" 57 INTERFACE_LINK_LIBRARIES "ParaView::RemotingViews;VTK::CommonExecutionModel;VTK::PythonUsed
" 60 # Create imported target Prism::vtkPrismServerManager 61 add_library(Prism::vtkPrismServerManager SHARED IMPORTED) 63 set_target_properties(Prism::vtkPrismServerManager PROPERTIES 64 INTERFACE_INCLUDE_DIRECTORIES "/builds/gitlab-kitware-sciviz-ci/build/Plugins/Prism/ServerManager;/builds/gitlab-kitware-sciviz-ci/Plugins/Prism/ServerManager
" 65 INTERFACE_LINK_LIBRARIES "ParaView::RemotingServerManager;VTK::CommonExecutionModel;VTK::PythonUsed
" 68 # Create imported target Prism::vtkPrismReaders 69 add_library(Prism::vtkPrismReaders SHARED IMPORTED) 71 set_target_properties(Prism::vtkPrismReaders PROPERTIES 72 INTERFACE_INCLUDE_DIRECTORIES "/builds/gitlab-kitware-sciviz-ci/build/Plugins/Prism/Readers;/builds/gitlab-kitware-sciviz-ci/Plugins/Prism/Readers
" 73 INTERFACE_LINK_LIBRARIES "ParaView::VTKExtensionsIOCore;Prism::vtkPrismServerManager;VTK::CommonExecutionModel;VTK::PythonUsed
" 76 # Import target "Prism::vtkPrismFilters
" for configuration "Debug
" 77 set_property(TARGET Prism::vtkPrismFilters APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) 78 set_target_properties(Prism::vtkPrismFilters PROPERTIES 79 IMPORTED_LINK_DEPENDENT_LIBRARIES_DEBUG "VTK::CommonCore;VTK::CommonDataModel;VTK::FiltersCore;VTK::FiltersGeneral;VTK::fmt
" 80 IMPORTED_LOCATION_DEBUG "/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-5.13/plugins/Prism/libvtkPrismFilters.so
" 81 IMPORTED_SONAME_DEBUG "libvtkPrismFilters.so
" 84 # Import target "Prism::vtkPrismViews
" for configuration "Debug
" 85 set_property(TARGET Prism::vtkPrismViews APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) 86 set_target_properties(Prism::vtkPrismViews PROPERTIES 87 IMPORTED_LINK_DEPENDENT_LIBRARIES_DEBUG "ParaView::RemotingCore;Prism::vtkPrismFilters;VTK::CommonCore;VTK::CommonDataModel;VTK::FiltersExtraction;VTK::FiltersGeometry
" 88 IMPORTED_LOCATION_DEBUG "/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-5.13/plugins/Prism/libvtkPrismViews.so
" 89 IMPORTED_SONAME_DEBUG "libvtkPrismViews.so
" 92 # Import target "Prism::vtkPrismServerManager
" for configuration "Debug
" 93 set_property(TARGET Prism::vtkPrismServerManager APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) 94 set_target_properties(Prism::vtkPrismServerManager PROPERTIES 95 IMPORTED_LINK_DEPENDENT_LIBRARIES_DEBUG "ParaView::RemotingCore;VTK::CommonCore;VTK::CommonDataModel
" 96 IMPORTED_LOCATION_DEBUG "/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-5.13/plugins/Prism/libvtkPrismServerManager.so
" 97 IMPORTED_SONAME_DEBUG "libvtkPrismServerManager.so
" 100 # Import target "Prism::vtkPrismReaders
" for configuration "Debug
" 101 set_property(TARGET Prism::vtkPrismReaders APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) 102 set_target_properties(Prism::vtkPrismReaders PROPERTIES 103 IMPORTED_LINK_DEPENDENT_LIBRARIES_DEBUG "VTK::CommonCore;VTK::CommonDataModel;VTK::CommonMisc;VTK::FiltersGeometry
" 104 IMPORTED_LOCATION_DEBUG "/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-5.13/plugins/Prism/libvtkPrismReaders.so
" 105 IMPORTED_SONAME_DEBUG "libvtkPrismReaders.so
" 108 # Make sure the targets which have been exported in some other 110 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) 111 foreach(_target "VTK::CommonExecutionModel
" "ParaView::RemotingViews
" "VTK::PythonUsed
" "ParaView::RemotingServerManager
" "ParaView::VTKExtensionsIOCore
" ) 112 if(NOT TARGET "${_target}
" ) 113 set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}
") 117 if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) 118 if(CMAKE_FIND_PACKAGE_NAME) 119 set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) 120 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}
") 122 message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}
") 125 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) 127 # Commands beyond this point should not need to know the version. 128 set(CMAKE_IMPORT_FILE_VERSION)