LegacyGhostCellsGenerator-targets.cmake
Go to the documentation of this file.
1 # Generated by CMake
2 
3 if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
4  message(FATAL_ERROR "CMake >= 2.8.0 required")
5 endif()
6 if(CMAKE_VERSION VERSION_LESS "2.8.3")
7  message(FATAL_ERROR "CMake >= 2.8.3 required")
8 endif()
9 cmake_policy(PUSH)
10 cmake_policy(VERSION 2.8.3...3.27)
11 #----------------------------------------------------------------
12 # Generated CMake target import file.
13 #----------------------------------------------------------------
14 
15 # Commands may need to know the format version.
16 set(CMAKE_IMPORT_FILE_VERSION 1)
17 
18 # Protect against multiple inclusion, which would fail when already imported targets are added once more.
19 set(_cmake_targets_defined "")
20 set(_cmake_targets_not_defined "")
21 set(_cmake_expected_targets "")
22 foreach(_cmake_expected_target IN ITEMS LegacyGhostCellsGeneratorFilters LegacyGhostCellsGeneratorParallel)
23  list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
24  if(TARGET "${_cmake_expected_target}")
25  list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
26  else()
27  list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
28  endif()
29 endforeach()
30 unset(_cmake_expected_target)
31 if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
32  unset(_cmake_targets_defined)
33  unset(_cmake_targets_not_defined)
34  unset(_cmake_expected_targets)
35  unset(CMAKE_IMPORT_FILE_VERSION)
36  cmake_policy(POP)
37  return()
38 endif()
39 if(NOT _cmake_targets_defined STREQUAL "")
40  string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
41  string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
42  message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
43 endif()
44 unset(_cmake_targets_defined)
45 unset(_cmake_targets_not_defined)
46 unset(_cmake_expected_targets)
47 
48 
49 # Create imported target LegacyGhostCellsGeneratorFilters
50 add_library(LegacyGhostCellsGeneratorFilters SHARED IMPORTED)
51 
52 set_target_properties(LegacyGhostCellsGeneratorFilters PROPERTIES
53  INTERFACE_INCLUDE_DIRECTORIES "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Filters;/builds/gitlab-kitware-sciviz-ci/build/Plugins/LegacyGhostCellsGenerator/Filters;/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Filters;/builds/gitlab-kitware-sciviz-ci/build/Plugins/LegacyGhostCellsGenerator/Filters;/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Filters;/builds/gitlab-kitware-sciviz-ci/build/Plugins/LegacyGhostCellsGenerator/Filters"
54  INTERFACE_LINK_LIBRARIES "VTK::CommonExecutionModel"
55 )
56 
57 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
58  target_sources(LegacyGhostCellsGeneratorFilters
59  INTERFACE
60  FILE_SET "vtk_module_templates"
61  TYPE "HEADERS"
62  BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Filters"
63  FILES
64  INTERFACE
65  FILE_SET "vtk_module_headers"
66  TYPE "HEADERS"
67  BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Filters"
68  FILES "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Filters/vtkUnstructuredGridGhostCellsGenerator.h"
69  INTERFACE
70  FILE_SET "vtk_module_nowrap_headers"
71  TYPE "HEADERS"
72  BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Filters"
73  FILES "/builds/gitlab-kitware-sciviz-ci/build/Plugins/LegacyGhostCellsGenerator/Filters/LegacyGhostCellsGeneratorFiltersModule.h"
74  )
75 else()
76  set_property(TARGET LegacyGhostCellsGeneratorFilters
77  APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
78  "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Filters"
79  "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Filters"
80  "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Filters"
81  )
82 endif()
83 
84 # Create imported target LegacyGhostCellsGeneratorParallel
85 add_library(LegacyGhostCellsGeneratorParallel SHARED IMPORTED)
86 
87 set_target_properties(LegacyGhostCellsGeneratorParallel PROPERTIES
88  INTERFACE_INCLUDE_DIRECTORIES "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Parallel;/builds/gitlab-kitware-sciviz-ci/build/Plugins/LegacyGhostCellsGenerator/Parallel;/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Parallel;/builds/gitlab-kitware-sciviz-ci/build/Plugins/LegacyGhostCellsGenerator/Parallel;/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Parallel;/builds/gitlab-kitware-sciviz-ci/build/Plugins/LegacyGhostCellsGenerator/Parallel"
89  INTERFACE_LINK_LIBRARIES "LegacyGhostCellsGeneratorFilters;VTK::CommonExecutionModel;VTK::CommonSystem;VTK::FiltersCore;VTK::FiltersGeneral;VTK::FiltersGeometry;VTK::ParallelMPI"
90 )
91 
92 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
93  target_sources(LegacyGhostCellsGeneratorParallel
94  INTERFACE
95  FILE_SET "vtk_module_templates"
96  TYPE "HEADERS"
97  BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Parallel"
98  FILES
99  INTERFACE
100  FILE_SET "vtk_module_headers"
101  TYPE "HEADERS"
102  BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Parallel"
103  FILES "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Parallel/vtkPUnstructuredGridGhostCellsGenerator.h"
104  INTERFACE
105  FILE_SET "vtk_module_nowrap_headers"
106  TYPE "HEADERS"
107  BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Parallel"
108  FILES "/builds/gitlab-kitware-sciviz-ci/build/Plugins/LegacyGhostCellsGenerator/Parallel/LegacyGhostCellsGeneratorParallelModule.h"
109  )
110 else()
111  set_property(TARGET LegacyGhostCellsGeneratorParallel
112  APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
113  "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Parallel"
114  "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Parallel"
115  "/builds/gitlab-kitware-sciviz-ci/Plugins/LegacyGhostCellsGenerator/Parallel"
116  )
117 endif()
118 
119 # Import target "LegacyGhostCellsGeneratorFilters" for configuration "Release"
120 set_property(TARGET LegacyGhostCellsGeneratorFilters APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
121 set_target_properties(LegacyGhostCellsGeneratorFilters PROPERTIES
122  IMPORTED_LINK_DEPENDENT_LIBRARIES_RELEASE "VTK::CommonCore;VTK::CommonDataModel;VTK::CommonMisc;VTK::ParallelCore"
123  IMPORTED_LOCATION_RELEASE "/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-6.0/plugins/LegacyGhostCellsGenerator/libLegacyGhostCellsGeneratorFilters.so"
124  IMPORTED_SONAME_RELEASE "libLegacyGhostCellsGeneratorFilters.so"
125  )
126 
127 # Import target "LegacyGhostCellsGeneratorParallel" for configuration "Release"
128 set_property(TARGET LegacyGhostCellsGeneratorParallel APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
129 set_target_properties(LegacyGhostCellsGeneratorParallel PROPERTIES
130  IMPORTED_LINK_DEPENDENT_LIBRARIES_RELEASE "VTK::CommonCore;VTK::CommonDataModel;VTK::CommonMisc;VTK::ParallelCore"
131  IMPORTED_LOCATION_RELEASE "/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-6.0/plugins/LegacyGhostCellsGenerator/libLegacyGhostCellsGeneratorParallel.so"
132  IMPORTED_SONAME_RELEASE "libLegacyGhostCellsGeneratorParallel.so"
133  )
134 
135 # Make sure the targets which have been exported in some other
136 # export set exist.
137 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)
138 foreach(_target "VTK::CommonExecutionModel" "VTK::CommonSystem" "VTK::FiltersCore" "VTK::FiltersGeneral" "VTK::FiltersGeometry" "VTK::ParallelMPI" )
139  if(NOT TARGET "${_target}" )
140  set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}")
141  endif()
142 endforeach()
143 
144 if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)
145  if(CMAKE_FIND_PACKAGE_NAME)
146  set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
147  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}")
148  else()
149  message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}")
150  endif()
151 endif()
152 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)
153 
154 # Commands beyond this point should not need to know the version.
155 set(CMAKE_IMPORT_FILE_VERSION)
156 cmake_policy(POP)
#define VERSION
Definition: jconfigint.h:17