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 EmbossingRepresentations::vtkEmbossingRepresentations)
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 EmbossingRepresentations::vtkEmbossingRepresentations 50 add_library(EmbossingRepresentations::vtkEmbossingRepresentations SHARED IMPORTED) 52 set_target_properties(EmbossingRepresentations::vtkEmbossingRepresentations PROPERTIES 53 INTERFACE_INCLUDE_DIRECTORIES "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations;/builds/gitlab-kitware-sciviz-ci/build/Plugins/EmbossingRepresentations/Representations;/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations;/builds/gitlab-kitware-sciviz-ci/build/Plugins/EmbossingRepresentations/Representations;/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations;/builds/gitlab-kitware-sciviz-ci/build/Plugins/EmbossingRepresentations/Representations
" 54 INTERFACE_LINK_LIBRARIES "ParaView::RemotingViews;VTK::RenderingOpenGL2;VTK::PythonUsed
" 57 if(NOT CMAKE_VERSION VERSION_LESS "3.23.0
") 58 target_sources(EmbossingRepresentations::vtkEmbossingRepresentations 60 FILE_SET "vtk_module_templates
" 62 BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations
" 65 FILE_SET "vtk_module_headers
" 67 BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations
" 68 FILES "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations/vtkBumpMapMapper.h
" "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations/vtkBumpMapRepresentation.h
" "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations/vtkOpenGLBumpMapMapperDelegator.h
" "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations/vtkOpenGLExtrusionMapperDelegator.h
" "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations/vtkExtrusionMapper.h
" "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations/vtkExtrusionRepresentation.h
" 70 FILE_SET "vtk_module_nowrap_headers
" 72 BASE_DIRS "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations
" 73 FILES "/builds/gitlab-kitware-sciviz-ci/build/Plugins/EmbossingRepresentations/Representations/vtkEmbossingRepresentationsModule.h
" 76 set_property(TARGET EmbossingRepresentations::vtkEmbossingRepresentations 77 APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES 78 "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations
" 79 "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations
" 80 "/builds/gitlab-kitware-sciviz-ci/Plugins/EmbossingRepresentations/Representations
" 84 # Import target "EmbossingRepresentations::vtkEmbossingRepresentations
" for configuration "Release
" 85 set_property(TARGET EmbossingRepresentations::vtkEmbossingRepresentations APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) 86 set_target_properties(EmbossingRepresentations::vtkEmbossingRepresentations PROPERTIES 87 IMPORTED_LINK_DEPENDENT_LIBRARIES_RELEASE "VTK::CommonCore;VTK::CommonDataModel;VTK::FiltersCore;VTK::ParallelCore;VTK::RenderingCore;VTK::glad
" 88 IMPORTED_LOCATION_RELEASE "/builds/gitlab-kitware-sciviz-ci/build/lib64/paraview-6.0/plugins/EmbossingRepresentations/libvtkEmbossingRepresentations.so
" 89 IMPORTED_SONAME_RELEASE "libvtkEmbossingRepresentations.so
" 92 # Make sure the targets which have been exported in some other 94 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) 95 foreach(_target "ParaView::RemotingViews
" "VTK::RenderingOpenGL2
" "VTK::PythonUsed
" ) 96 if(NOT TARGET "${_target}
" ) 97 set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}
") 101 if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) 102 if(CMAKE_FIND_PACKAGE_NAME) 103 set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) 104 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}
") 106 message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}
") 109 unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) 111 # Commands beyond this point should not need to know the version. 112 set(CMAKE_IMPORT_FILE_VERSION)