jpayne@68: # Generated by CMake jpayne@68: jpayne@68: if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) jpayne@68: message(FATAL_ERROR "CMake >= 2.8.0 required") jpayne@68: endif() jpayne@68: if(CMAKE_VERSION VERSION_LESS "2.8.3") jpayne@68: message(FATAL_ERROR "CMake >= 2.8.3 required") jpayne@68: endif() jpayne@68: cmake_policy(PUSH) jpayne@68: cmake_policy(VERSION 2.8.3...3.27) jpayne@68: #---------------------------------------------------------------- jpayne@68: # Generated CMake target import file. jpayne@68: #---------------------------------------------------------------- jpayne@68: jpayne@68: # Commands may need to know the format version. jpayne@68: set(CMAKE_IMPORT_FILE_VERSION 1) jpayne@68: jpayne@68: # Protect against multiple inclusion, which would fail when already imported targets are added once more. jpayne@68: set(_cmake_targets_defined "") jpayne@68: set(_cmake_targets_not_defined "") jpayne@68: set(_cmake_expected_targets "") jpayne@68: foreach(_cmake_expected_target IN ITEMS gr2_graphite2) jpayne@68: list(APPEND _cmake_expected_targets "${_cmake_expected_target}") jpayne@68: if(TARGET "${_cmake_expected_target}") jpayne@68: list(APPEND _cmake_targets_defined "${_cmake_expected_target}") jpayne@68: else() jpayne@68: list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") jpayne@68: endif() jpayne@68: endforeach() jpayne@68: unset(_cmake_expected_target) jpayne@68: if(_cmake_targets_defined STREQUAL _cmake_expected_targets) jpayne@68: unset(_cmake_targets_defined) jpayne@68: unset(_cmake_targets_not_defined) jpayne@68: unset(_cmake_expected_targets) jpayne@68: unset(CMAKE_IMPORT_FILE_VERSION) jpayne@68: cmake_policy(POP) jpayne@68: return() jpayne@68: endif() jpayne@68: if(NOT _cmake_targets_defined STREQUAL "") jpayne@68: string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") jpayne@68: string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") jpayne@68: 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") jpayne@68: endif() jpayne@68: unset(_cmake_targets_defined) jpayne@68: unset(_cmake_targets_not_defined) jpayne@68: unset(_cmake_expected_targets) jpayne@68: jpayne@68: jpayne@68: # Compute the installation prefix relative to this file. jpayne@68: get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) jpayne@68: get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) jpayne@68: get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) jpayne@68: if(_IMPORT_PREFIX STREQUAL "/") jpayne@68: set(_IMPORT_PREFIX "") jpayne@68: endif() jpayne@68: jpayne@68: # Create imported target gr2_graphite2 jpayne@68: add_library(gr2_graphite2 SHARED IMPORTED) jpayne@68: jpayne@68: # Load information for each installed configuration. jpayne@68: file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/graphite2-*.cmake") jpayne@68: foreach(_cmake_config_file IN LISTS _cmake_config_files) jpayne@68: include("${_cmake_config_file}") jpayne@68: endforeach() jpayne@68: unset(_cmake_config_file) jpayne@68: unset(_cmake_config_files) jpayne@68: jpayne@68: # Cleanup temporary variables. jpayne@68: set(_IMPORT_PREFIX) jpayne@68: jpayne@68: # Loop over all imported files and verify that they actually exist jpayne@68: foreach(_cmake_target IN LISTS _cmake_import_check_targets) jpayne@68: if(CMAKE_VERSION VERSION_LESS "3.28" jpayne@68: OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} jpayne@68: OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") jpayne@68: foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") jpayne@68: if(NOT EXISTS "${_cmake_file}") jpayne@68: message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file jpayne@68: \"${_cmake_file}\" jpayne@68: but this file does not exist. Possible reasons include: jpayne@68: * The file was deleted, renamed, or moved to another location. jpayne@68: * An install or uninstall procedure did not complete successfully. jpayne@68: * The installation package was faulty and contained jpayne@68: \"${CMAKE_CURRENT_LIST_FILE}\" jpayne@68: but not all the files it references. jpayne@68: ") jpayne@68: endif() jpayne@68: endforeach() jpayne@68: endif() jpayne@68: unset(_cmake_file) jpayne@68: unset("_cmake_import_check_files_for_${_cmake_target}") jpayne@68: endforeach() jpayne@68: unset(_cmake_target) jpayne@68: unset(_cmake_import_check_targets) jpayne@68: jpayne@68: # This file does not depend on other imported targets which have jpayne@68: # been exported from the same project but in a separate export set. jpayne@68: jpayne@68: # Commands beyond this point should not need to know the version. jpayne@68: set(CMAKE_IMPORT_FILE_VERSION) jpayne@68: cmake_policy(POP)