spdlogConfigTargets.cmake 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. # Generated by CMake
  2. if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
  3. message(FATAL_ERROR "CMake >= 2.8.0 required")
  4. endif()
  5. if(CMAKE_VERSION VERSION_LESS "2.8.3")
  6. message(FATAL_ERROR "CMake >= 2.8.3 required")
  7. endif()
  8. cmake_policy(PUSH)
  9. cmake_policy(VERSION 2.8.3...3.26)
  10. #----------------------------------------------------------------
  11. # Generated CMake target import file.
  12. #----------------------------------------------------------------
  13. # Commands may need to know the format version.
  14. set(CMAKE_IMPORT_FILE_VERSION 1)
  15. # Protect against multiple inclusion, which would fail when already imported targets are added once more.
  16. set(_cmake_targets_defined "")
  17. set(_cmake_targets_not_defined "")
  18. set(_cmake_expected_targets "")
  19. foreach(_cmake_expected_target IN ITEMS spdlog::spdlog spdlog::spdlog_header_only)
  20. list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
  21. if(TARGET "${_cmake_expected_target}")
  22. list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
  23. else()
  24. list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
  25. endif()
  26. endforeach()
  27. unset(_cmake_expected_target)
  28. if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
  29. unset(_cmake_targets_defined)
  30. unset(_cmake_targets_not_defined)
  31. unset(_cmake_expected_targets)
  32. unset(CMAKE_IMPORT_FILE_VERSION)
  33. cmake_policy(POP)
  34. return()
  35. endif()
  36. if(NOT _cmake_targets_defined STREQUAL "")
  37. string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
  38. string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
  39. 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")
  40. endif()
  41. unset(_cmake_targets_defined)
  42. unset(_cmake_targets_not_defined)
  43. unset(_cmake_expected_targets)
  44. # Compute the installation prefix relative to this file.
  45. get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
  46. get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
  47. get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
  48. get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
  49. if(_IMPORT_PREFIX STREQUAL "/")
  50. set(_IMPORT_PREFIX "")
  51. endif()
  52. # Create imported target spdlog::spdlog
  53. add_library(spdlog::spdlog SHARED IMPORTED)
  54. set_target_properties(spdlog::spdlog PROPERTIES
  55. INTERFACE_COMPILE_DEFINITIONS "SPDLOG_SHARED_LIB;SPDLOG_COMPILED_LIB;SPDLOG_FMT_EXTERNAL"
  56. INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
  57. INTERFACE_LINK_LIBRARIES "Threads::Threads;fmt::fmt"
  58. )
  59. # Create imported target spdlog::spdlog_header_only
  60. add_library(spdlog::spdlog_header_only INTERFACE IMPORTED)
  61. set_target_properties(spdlog::spdlog_header_only PROPERTIES
  62. INTERFACE_COMPILE_DEFINITIONS "SPDLOG_FMT_EXTERNAL"
  63. INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
  64. INTERFACE_LINK_LIBRARIES "Threads::Threads;fmt::fmt"
  65. )
  66. if(CMAKE_VERSION VERSION_LESS 3.0.0)
  67. message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.")
  68. endif()
  69. # Load information for each installed configuration.
  70. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/spdlogConfigTargets-*.cmake")
  71. foreach(_cmake_config_file IN LISTS _cmake_config_files)
  72. include("${_cmake_config_file}")
  73. endforeach()
  74. unset(_cmake_config_file)
  75. unset(_cmake_config_files)
  76. # Cleanup temporary variables.
  77. set(_IMPORT_PREFIX)
  78. # Loop over all imported files and verify that they actually exist
  79. foreach(_cmake_target IN LISTS _cmake_import_check_targets)
  80. foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
  81. if(NOT EXISTS "${_cmake_file}")
  82. message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
  83. \"${_cmake_file}\"
  84. but this file does not exist. Possible reasons include:
  85. * The file was deleted, renamed, or moved to another location.
  86. * An install or uninstall procedure did not complete successfully.
  87. * The installation package was faulty and contained
  88. \"${CMAKE_CURRENT_LIST_FILE}\"
  89. but not all the files it references.
  90. ")
  91. endif()
  92. endforeach()
  93. unset(_cmake_file)
  94. unset("_cmake_import_check_files_for_${_cmake_target}")
  95. endforeach()
  96. unset(_cmake_target)
  97. unset(_cmake_import_check_targets)
  98. # This file does not depend on other imported targets which have
  99. # been exported from the same project but in a separate export set.
  100. # Commands beyond this point should not need to know the version.
  101. set(CMAKE_IMPORT_FILE_VERSION)
  102. cmake_policy(POP)