license_generator.cmake 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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.25)
  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 license_generator::lccgen)
  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. if(_IMPORT_PREFIX STREQUAL "/")
  49. set(_IMPORT_PREFIX "")
  50. endif()
  51. # Create imported target license_generator::lccgen
  52. add_executable(license_generator::lccgen IMPORTED)
  53. # Load information for each installed configuration.
  54. file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/license_generator-*.cmake")
  55. foreach(_cmake_config_file IN LISTS _cmake_config_files)
  56. include("${_cmake_config_file}")
  57. endforeach()
  58. unset(_cmake_config_file)
  59. unset(_cmake_config_files)
  60. # Cleanup temporary variables.
  61. set(_IMPORT_PREFIX)
  62. # Loop over all imported files and verify that they actually exist
  63. foreach(_cmake_target IN LISTS _cmake_import_check_targets)
  64. foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
  65. if(NOT EXISTS "${_cmake_file}")
  66. message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
  67. \"${_cmake_file}\"
  68. but this file does not exist. Possible reasons include:
  69. * The file was deleted, renamed, or moved to another location.
  70. * An install or uninstall procedure did not complete successfully.
  71. * The installation package was faulty and contained
  72. \"${CMAKE_CURRENT_LIST_FILE}\"
  73. but not all the files it references.
  74. ")
  75. endif()
  76. endforeach()
  77. unset(_cmake_file)
  78. unset("_cmake_import_check_files_for_${_cmake_target}")
  79. endforeach()
  80. unset(_cmake_target)
  81. unset(_cmake_import_check_targets)
  82. # This file does not depend on other imported targets which have
  83. # been exported from the same project but in a separate export set.
  84. # Commands beyond this point should not need to know the version.
  85. set(CMAKE_IMPORT_FILE_VERSION)
  86. cmake_policy(POP)