GenericIOReader-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 GenericIOReader::vtkGenericIOReader GenericIOReader::LANL_GenericIO)
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 GenericIOReader::vtkGenericIOReader
50 add_library(GenericIOReader::vtkGenericIOReader SHARED IMPORTED)
51 
52 set_target_properties(GenericIOReader::vtkGenericIOReader PROPERTIES
53  INTERFACE_INCLUDE_DIRECTORIES "/builds/gitlab-kitware-sciviz-ci/Plugins/GenericIOReader/Readers;/builds/gitlab-kitware-sciviz-ci/build/Plugins/GenericIOReader/Readers;/builds/gitlab-kitware-sciviz-ci/Plugins/GenericIOReader/Readers;/builds/gitlab-kitware-sciviz-ci/build/Plugins/GenericIOReader/Readers;/builds/gitlab-kitware-sciviz-ci/Plugins/GenericIOReader/Readers;/builds/gitlab-kitware-sciviz-ci/build/Plugins/GenericIOReader/Readers"
54  INTERFACE_LINK_LIBRARIES "VTK::CommonCore;VTK::CommonDataModel;VTK::CommonExecutionModel;VTK::ParallelCore;VTK::ParallelMPI;GenericIOReader::LANL_GenericIO"
55 )
56 
57 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0")
58  target_sources(GenericIOReader::vtkGenericIOReader
59  INTERFACE
60  FILE_SET "vtk_module_templates"
61  TYPE "HEADERS"
62  BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/GenericIOReader/Readers"
63  FILES
64  INTERFACE
65  FILE_SET "vtk_module_headers"
66  TYPE "HEADERS"
67  BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/GenericIOReader/Readers"
68  FILES "/builds/gitlab-kitware-sciviz-ci/Plugins/GenericIOReader/Readers/vtkGenIOReader.h"
69  INTERFACE
70  FILE_SET "vtk_module_nowrap_headers"
71  TYPE "HEADERS"
72  BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/GenericIOReader/Readers"
73  FILES "/builds/gitlab-kitware-sciviz-ci/build/Plugins/GenericIOReader/Readers/vtkGenericIOReaderModule.h"
74  )
75 else()
76  set_property(TARGET GenericIOReader::vtkGenericIOReader
77  APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES
78  "/builds/gitlab-kitware-sciviz-ci/Plugins/GenericIOReader/Readers"
79  "/builds/gitlab-kitware-sciviz-ci/Plugins/GenericIOReader/Readers"
80  "/builds/gitlab-kitware-sciviz-ci/Plugins/GenericIOReader/Readers"
81  )
82 endif()
83 
84 # Create imported target GenericIOReader::LANL_GenericIO
85 add_library(GenericIOReader::LANL_GenericIO STATIC IMPORTED)
86 
87 set_target_properties(GenericIOReader::LANL_GenericIO PROPERTIES
88  INTERFACE_COMPILE_DEFINITIONS "LANL_GENERICIO_NO_MPI"
89  INTERFACE_INCLUDE_DIRECTORIES "/builds/gitlab-kitware-sciviz-ci/Plugins/GenericIOReader/Readers/LANL"
90 )
91 
92 # Import target "GenericIOReader::vtkGenericIOReader" for configuration "Release"
93 set_property(TARGET GenericIOReader::vtkGenericIOReader APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
94 set_target_properties(GenericIOReader::vtkGenericIOReader PROPERTIES
95  IMPORTED_LOCATION_RELEASE "/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-6.0/plugins/GenericIOReader/libvtkGenericIOReader.so"
96  IMPORTED_SONAME_RELEASE "libvtkGenericIOReader.so"
97  )
98 
99 # Import target "GenericIOReader::LANL_GenericIO" for configuration "Release"
100 set_property(TARGET GenericIOReader::LANL_GenericIO APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
101 set_target_properties(GenericIOReader::LANL_GenericIO PROPERTIES
102  IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX"
103  IMPORTED_LOCATION_RELEASE "/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-6.0/plugins/GenericIOReader/libLANL_GenericIO.a"
104  )
105 
106 # Make sure the targets which have been exported in some other
107 # export set exist.
108 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)
109 foreach(_target "VTK::CommonCore" "VTK::CommonDataModel" "VTK::CommonExecutionModel" "VTK::ParallelCore" "VTK::ParallelMPI" )
110  if(NOT TARGET "${_target}" )
111  set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}")
112  endif()
113 endforeach()
114 
115 if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)
116  if(CMAKE_FIND_PACKAGE_NAME)
117  set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE)
118  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}")
119  else()
120  message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}")
121  endif()
122 endif()
123 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets)
124 
125 # Commands beyond this point should not need to know the version.
126 set(CMAKE_IMPORT_FILE_VERSION)
127 cmake_policy(POP)
#define VERSION
Definition: jconfigint.h:17