3 if(
"${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
4 message(FATAL_ERROR
"CMake >= 2.8.0 required")
6 if(CMAKE_VERSION VERSION_LESS "2.8.3")
7 message(FATAL_ERROR "CMake >= 2.8.3 required")
10 cmake_policy(
VERSION 2.8.3...3.27)
11 #---------------------------------------------------------------- 12 # Generated CMake target import file. 13 #---------------------------------------------------------------- 15 # Commands may need to know the format version. 16 set(CMAKE_IMPORT_FILE_VERSION 1)
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}")
27 list(APPEND _cmake_targets_not_defined
"${_cmake_expected_target}")
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)
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
") 44 unset(_cmake_targets_defined) 45 unset(_cmake_targets_not_defined) 46 unset(_cmake_expected_targets) 49 # Create imported target GenericIOReader::vtkGenericIOReader 50 add_library(GenericIOReader::vtkGenericIOReader SHARED IMPORTED) 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
" 57 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0
") 58 target_sources(GenericIOReader::vtkGenericIOReader 60 FILE_SET "vtk_module_templates
" 62 BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/GenericIOReader/Readers
" 65 FILE_SET "vtk_module_headers
" 67 BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/GenericIOReader/Readers
" 68 FILES "/builds/gitlab-kitware-sciviz-ci/Plugins/GenericIOReader/Readers/vtkGenIOReader.h
" 70 FILE_SET "vtk_module_nowrap_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
" 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
" 84 # Create imported target GenericIOReader::LANL_GenericIO 85 add_library(GenericIOReader::LANL_GenericIO STATIC IMPORTED) 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
" 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
" 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
" 106 # Make sure the targets which have been exported in some other 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}
") 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}
") 120 message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}
") 123 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) 125 # Commands beyond this point should not need to know the version. 126 set(CMAKE_IMPORT_FILE_VERSION)