372 lines
17 KiB
CMake
372 lines
17 KiB
CMake
|
# Generated by CMake
|
||
|
|
||
|
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
|
||
|
message(FATAL_ERROR "CMake >= 2.8.3 required")
|
||
|
endif()
|
||
|
if(CMAKE_VERSION VERSION_LESS "2.8.3")
|
||
|
message(FATAL_ERROR "CMake >= 2.8.3 required")
|
||
|
endif()
|
||
|
cmake_policy(PUSH)
|
||
|
cmake_policy(VERSION 2.8.3...3.29)
|
||
|
#----------------------------------------------------------------
|
||
|
# Generated CMake target import file.
|
||
|
#----------------------------------------------------------------
|
||
|
|
||
|
# Commands may need to know the format version.
|
||
|
set(CMAKE_IMPORT_FILE_VERSION 1)
|
||
|
|
||
|
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
|
||
|
set(_cmake_targets_defined "")
|
||
|
set(_cmake_targets_not_defined "")
|
||
|
set(_cmake_expected_targets "")
|
||
|
foreach(_cmake_expected_target IN ITEMS unofficial::osg::osgdb_serializers_osg unofficial::osg::osgdb_serializers_osgutil unofficial::osg::osgdb_serializers_osganimation unofficial::osg::osgdb_serializers_osgfx unofficial::osg::osgdb_serializers_osgmanipulator unofficial::osg::osgdb_serializers_osgparticle unofficial::osg::osgdb_serializers_osgsim unofficial::osg::osgdb_serializers_osgshadow unofficial::osg::osgdb_serializers_osgga unofficial::osg::osgdb_serializers_osgterrain unofficial::osg::osgdb_serializers_osgtext unofficial::osg::osgdb_serializers_osgvolume unofficial::osg::osgdb_serializers_osgviewer unofficial::osg::osgdb_serializers_osgui unofficial::osg::osgdb_osga unofficial::osg::osgdb_rot unofficial::osg::osgdb_scale unofficial::osg::osgdb_trans unofficial::osg::osgdb_normals unofficial::osg::osgdb_revisions unofficial::osg::osgdb_osgviewer unofficial::osg::osgdb_osgshadow unofficial::osg::osgdb_osgterrain unofficial::osg::osgdb_osg unofficial::osg::osgdb_ive unofficial::osg::osgdb_cfg unofficial::osg::osgdb_glsl unofficial::osg::osgdb_rgb unofficial::osg::osgdb_bmp unofficial::osg::osgdb_pnm unofficial::osg::osgdb_dds unofficial::osg::osgdb_tga unofficial::osg::osgdb_hdr unofficial::osg::osgdb_dot unofficial::osg::osgdb_vtf unofficial::osg::osgdb_ktx unofficial::osg::osgdb_jpeg unofficial::osg::osgdb_jp2 unofficial::osg::osgdb_exr unofficial::osg::osgdb_gif unofficial::osg::osgdb_png unofficial::osg::osgdb_tiff unofficial::osg::osgdb_gdal unofficial::osg::osgdb_ogr unofficial::osg::osgdb_gta unofficial::osg::osgdb_3dc unofficial::osg::osgdb_p3d unofficial::osg::osgdb_curl unofficial::osg::osgdb_gz unofficial::osg::osgdb_bvh unofficial::osg::osgdb_x unofficial::osg::osgdb_dxf unofficial::osg::osgdb_openflight unofficial::osg::osgdb_obj unofficial::osg::osgdb_pic unofficial::osg::osgdb_stl unofficial::osg::osgdb_3ds unofficial::osg::osgdb_ac unofficial::osg::osgdb_pov unofficial::osg::osgdb_logo unofficial::osg::osgdb_lws unofficial::osg::osgdb_md2 unofficial::osg::osgdb_osgtgz unofficial::osg::osgdb_tgz unofficial::osg::osgdb_shp unofficial::osg::osgdb_txf unofficial::osg::osgdb_bsp unofficial::osg::osgdb_mdl unofficial::osg::osgdb_gles unofficial::osg::osgdb_osgjs unofficial::osg::osgdb_lwo unofficial::osg::osgdb_ply unofficial::osg::osgdb_txp unofficial::osg::osgdb_nvtt unofficial::osg::osgdb_freetype unofficial::osg::osgdb_zip unofficial::osg::osgdb_pvr unofficial::osg::osgdb_osc unofficial::osg::osgdb_trk unofficial::osg::osgdb_tf unofficial::osg::osgdb_deprecated_osg unofficial::osg::osgdb_deprecated_osgparticle unofficial::osg::osgdb_deprecated_osganimation unofficial::osg::osgdb_deprecated_osgfx unofficial::osg::osgdb_deprecated_osgsim unofficial::osg::osgdb_deprecated_osgtext unofficial::osg::osgdb_deprecated_osgviewer unofficial::osg::osgdb_deprecated_osgshadow unofficial::osg::osgdb_deprecated_osgterrain unofficial::osg::osgdb_deprecated_osgvolume unofficial::osg::osgdb_deprecated_osgwidget)
|
||
|
list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
|
||
|
if(TARGET "${_cmake_expected_target}")
|
||
|
list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
|
||
|
else()
|
||
|
list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
|
||
|
endif()
|
||
|
endforeach()
|
||
|
unset(_cmake_expected_target)
|
||
|
if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
|
||
|
unset(_cmake_targets_defined)
|
||
|
unset(_cmake_targets_not_defined)
|
||
|
unset(_cmake_expected_targets)
|
||
|
unset(CMAKE_IMPORT_FILE_VERSION)
|
||
|
cmake_policy(POP)
|
||
|
return()
|
||
|
endif()
|
||
|
if(NOT _cmake_targets_defined STREQUAL "")
|
||
|
string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
|
||
|
string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
|
||
|
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")
|
||
|
endif()
|
||
|
unset(_cmake_targets_defined)
|
||
|
unset(_cmake_targets_not_defined)
|
||
|
unset(_cmake_expected_targets)
|
||
|
|
||
|
|
||
|
# Compute the installation prefix relative to this file.
|
||
|
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||
|
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||
|
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
||
|
if(_IMPORT_PREFIX STREQUAL "/")
|
||
|
set(_IMPORT_PREFIX "")
|
||
|
endif()
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_serializers_osg
|
||
|
add_library(unofficial::osg::osgdb_serializers_osg MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_serializers_osgutil
|
||
|
add_library(unofficial::osg::osgdb_serializers_osgutil MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_serializers_osganimation
|
||
|
add_library(unofficial::osg::osgdb_serializers_osganimation MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_serializers_osgfx
|
||
|
add_library(unofficial::osg::osgdb_serializers_osgfx MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_serializers_osgmanipulator
|
||
|
add_library(unofficial::osg::osgdb_serializers_osgmanipulator MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_serializers_osgparticle
|
||
|
add_library(unofficial::osg::osgdb_serializers_osgparticle MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_serializers_osgsim
|
||
|
add_library(unofficial::osg::osgdb_serializers_osgsim MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_serializers_osgshadow
|
||
|
add_library(unofficial::osg::osgdb_serializers_osgshadow MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_serializers_osgga
|
||
|
add_library(unofficial::osg::osgdb_serializers_osgga MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_serializers_osgterrain
|
||
|
add_library(unofficial::osg::osgdb_serializers_osgterrain MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_serializers_osgtext
|
||
|
add_library(unofficial::osg::osgdb_serializers_osgtext MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_serializers_osgvolume
|
||
|
add_library(unofficial::osg::osgdb_serializers_osgvolume MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_serializers_osgviewer
|
||
|
add_library(unofficial::osg::osgdb_serializers_osgviewer MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_serializers_osgui
|
||
|
add_library(unofficial::osg::osgdb_serializers_osgui MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_osga
|
||
|
add_library(unofficial::osg::osgdb_osga MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_rot
|
||
|
add_library(unofficial::osg::osgdb_rot MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_scale
|
||
|
add_library(unofficial::osg::osgdb_scale MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_trans
|
||
|
add_library(unofficial::osg::osgdb_trans MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_normals
|
||
|
add_library(unofficial::osg::osgdb_normals MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_revisions
|
||
|
add_library(unofficial::osg::osgdb_revisions MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_osgviewer
|
||
|
add_library(unofficial::osg::osgdb_osgviewer MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_osgshadow
|
||
|
add_library(unofficial::osg::osgdb_osgshadow MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_osgterrain
|
||
|
add_library(unofficial::osg::osgdb_osgterrain MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_osg
|
||
|
add_library(unofficial::osg::osgdb_osg MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_ive
|
||
|
add_library(unofficial::osg::osgdb_ive MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_cfg
|
||
|
add_library(unofficial::osg::osgdb_cfg MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_glsl
|
||
|
add_library(unofficial::osg::osgdb_glsl MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_rgb
|
||
|
add_library(unofficial::osg::osgdb_rgb MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_bmp
|
||
|
add_library(unofficial::osg::osgdb_bmp MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_pnm
|
||
|
add_library(unofficial::osg::osgdb_pnm MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_dds
|
||
|
add_library(unofficial::osg::osgdb_dds MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_tga
|
||
|
add_library(unofficial::osg::osgdb_tga MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_hdr
|
||
|
add_library(unofficial::osg::osgdb_hdr MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_dot
|
||
|
add_library(unofficial::osg::osgdb_dot MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_vtf
|
||
|
add_library(unofficial::osg::osgdb_vtf MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_ktx
|
||
|
add_library(unofficial::osg::osgdb_ktx MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_jpeg
|
||
|
add_library(unofficial::osg::osgdb_jpeg MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_jp2
|
||
|
add_library(unofficial::osg::osgdb_jp2 MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_exr
|
||
|
add_library(unofficial::osg::osgdb_exr MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_gif
|
||
|
add_library(unofficial::osg::osgdb_gif MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_png
|
||
|
add_library(unofficial::osg::osgdb_png MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_tiff
|
||
|
add_library(unofficial::osg::osgdb_tiff MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_gdal
|
||
|
add_library(unofficial::osg::osgdb_gdal MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_ogr
|
||
|
add_library(unofficial::osg::osgdb_ogr MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_gta
|
||
|
add_library(unofficial::osg::osgdb_gta MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_3dc
|
||
|
add_library(unofficial::osg::osgdb_3dc MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_p3d
|
||
|
add_library(unofficial::osg::osgdb_p3d MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_curl
|
||
|
add_library(unofficial::osg::osgdb_curl MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_gz
|
||
|
add_library(unofficial::osg::osgdb_gz MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_bvh
|
||
|
add_library(unofficial::osg::osgdb_bvh MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_x
|
||
|
add_library(unofficial::osg::osgdb_x MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_dxf
|
||
|
add_library(unofficial::osg::osgdb_dxf MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_openflight
|
||
|
add_library(unofficial::osg::osgdb_openflight MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_obj
|
||
|
add_library(unofficial::osg::osgdb_obj MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_pic
|
||
|
add_library(unofficial::osg::osgdb_pic MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_stl
|
||
|
add_library(unofficial::osg::osgdb_stl MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_3ds
|
||
|
add_library(unofficial::osg::osgdb_3ds MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_ac
|
||
|
add_library(unofficial::osg::osgdb_ac MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_pov
|
||
|
add_library(unofficial::osg::osgdb_pov MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_logo
|
||
|
add_library(unofficial::osg::osgdb_logo MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_lws
|
||
|
add_library(unofficial::osg::osgdb_lws MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_md2
|
||
|
add_library(unofficial::osg::osgdb_md2 MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_osgtgz
|
||
|
add_library(unofficial::osg::osgdb_osgtgz MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_tgz
|
||
|
add_library(unofficial::osg::osgdb_tgz MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_shp
|
||
|
add_library(unofficial::osg::osgdb_shp MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_txf
|
||
|
add_library(unofficial::osg::osgdb_txf MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_bsp
|
||
|
add_library(unofficial::osg::osgdb_bsp MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_mdl
|
||
|
add_library(unofficial::osg::osgdb_mdl MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_gles
|
||
|
add_library(unofficial::osg::osgdb_gles MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_osgjs
|
||
|
add_library(unofficial::osg::osgdb_osgjs MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_lwo
|
||
|
add_library(unofficial::osg::osgdb_lwo MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_ply
|
||
|
add_library(unofficial::osg::osgdb_ply MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_txp
|
||
|
add_library(unofficial::osg::osgdb_txp MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_nvtt
|
||
|
add_library(unofficial::osg::osgdb_nvtt MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_freetype
|
||
|
add_library(unofficial::osg::osgdb_freetype MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_zip
|
||
|
add_library(unofficial::osg::osgdb_zip MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_pvr
|
||
|
add_library(unofficial::osg::osgdb_pvr MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_osc
|
||
|
add_library(unofficial::osg::osgdb_osc MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_trk
|
||
|
add_library(unofficial::osg::osgdb_trk MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_tf
|
||
|
add_library(unofficial::osg::osgdb_tf MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_deprecated_osg
|
||
|
add_library(unofficial::osg::osgdb_deprecated_osg MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_deprecated_osgparticle
|
||
|
add_library(unofficial::osg::osgdb_deprecated_osgparticle MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_deprecated_osganimation
|
||
|
add_library(unofficial::osg::osgdb_deprecated_osganimation MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_deprecated_osgfx
|
||
|
add_library(unofficial::osg::osgdb_deprecated_osgfx MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_deprecated_osgsim
|
||
|
add_library(unofficial::osg::osgdb_deprecated_osgsim MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_deprecated_osgtext
|
||
|
add_library(unofficial::osg::osgdb_deprecated_osgtext MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_deprecated_osgviewer
|
||
|
add_library(unofficial::osg::osgdb_deprecated_osgviewer MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_deprecated_osgshadow
|
||
|
add_library(unofficial::osg::osgdb_deprecated_osgshadow MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_deprecated_osgterrain
|
||
|
add_library(unofficial::osg::osgdb_deprecated_osgterrain MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_deprecated_osgvolume
|
||
|
add_library(unofficial::osg::osgdb_deprecated_osgvolume MODULE IMPORTED)
|
||
|
|
||
|
# Create imported target unofficial::osg::osgdb_deprecated_osgwidget
|
||
|
add_library(unofficial::osg::osgdb_deprecated_osgwidget MODULE IMPORTED)
|
||
|
|
||
|
# Load information for each installed configuration.
|
||
|
file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/osg-plugins-*.cmake")
|
||
|
foreach(_cmake_config_file IN LISTS _cmake_config_files)
|
||
|
include("${_cmake_config_file}")
|
||
|
endforeach()
|
||
|
unset(_cmake_config_file)
|
||
|
unset(_cmake_config_files)
|
||
|
|
||
|
# Cleanup temporary variables.
|
||
|
set(_IMPORT_PREFIX)
|
||
|
|
||
|
# Loop over all imported files and verify that they actually exist
|
||
|
foreach(_cmake_target IN LISTS _cmake_import_check_targets)
|
||
|
if(CMAKE_VERSION VERSION_LESS "3.28"
|
||
|
OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
|
||
|
OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
|
||
|
foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
|
||
|
if(NOT EXISTS "${_cmake_file}")
|
||
|
message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
|
||
|
\"${_cmake_file}\"
|
||
|
but this file does not exist. Possible reasons include:
|
||
|
* The file was deleted, renamed, or moved to another location.
|
||
|
* An install or uninstall procedure did not complete successfully.
|
||
|
* The installation package was faulty and contained
|
||
|
\"${CMAKE_CURRENT_LIST_FILE}\"
|
||
|
but not all the files it references.
|
||
|
")
|
||
|
endif()
|
||
|
endforeach()
|
||
|
endif()
|
||
|
unset(_cmake_file)
|
||
|
unset("_cmake_import_check_files_for_${_cmake_target}")
|
||
|
endforeach()
|
||
|
unset(_cmake_target)
|
||
|
unset(_cmake_import_check_targets)
|
||
|
|
||
|
# This file does not depend on other imported targets which have
|
||
|
# been exported from the same project but in a separate export set.
|
||
|
|
||
|
# Commands beyond this point should not need to know the version.
|
||
|
set(CMAKE_IMPORT_FILE_VERSION)
|
||
|
cmake_policy(POP)
|