cmake_install.cmake 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. # Install script for directory: /home/zx/env/opencv-4.8.0/modules/objdetect
  2. # Set the install prefix
  3. if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  4. set(CMAKE_INSTALL_PREFIX "/usr/local")
  5. endif()
  6. string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
  7. # Set the install configuration name.
  8. if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
  9. if(BUILD_TYPE)
  10. string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
  11. CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
  12. else()
  13. set(CMAKE_INSTALL_CONFIG_NAME "Release")
  14. endif()
  15. message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
  16. endif()
  17. # Set the component getting installed.
  18. if(NOT CMAKE_INSTALL_COMPONENT)
  19. if(COMPONENT)
  20. message(STATUS "Install component: \"${COMPONENT}\"")
  21. set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
  22. else()
  23. set(CMAKE_INSTALL_COMPONENT)
  24. endif()
  25. endif()
  26. # Install shared libraries without execute permission?
  27. if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
  28. set(CMAKE_INSTALL_SO_NO_EXE "1")
  29. endif()
  30. # Is this installation the result of a crosscompile?
  31. if(NOT DEFINED CMAKE_CROSSCOMPILING)
  32. set(CMAKE_CROSSCOMPILING "FALSE")
  33. endif()
  34. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xlibsx" OR NOT CMAKE_INSTALL_COMPONENT)
  35. foreach(file
  36. "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopencv_objdetect.so.4.8.0"
  37. "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopencv_objdetect.so.408"
  38. )
  39. if(EXISTS "${file}" AND
  40. NOT IS_SYMLINK "${file}")
  41. file(RPATH_CHECK
  42. FILE "${file}"
  43. RPATH "/usr/local/lib")
  44. endif()
  45. endforeach()
  46. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY OPTIONAL FILES
  47. "/home/zx/env/opencv-4.8.0/build/lib/libopencv_objdetect.so.4.8.0"
  48. "/home/zx/env/opencv-4.8.0/build/lib/libopencv_objdetect.so.408"
  49. )
  50. foreach(file
  51. "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopencv_objdetect.so.4.8.0"
  52. "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopencv_objdetect.so.408"
  53. )
  54. if(EXISTS "${file}" AND
  55. NOT IS_SYMLINK "${file}")
  56. file(RPATH_CHANGE
  57. FILE "${file}"
  58. OLD_RPATH "/home/zx/env/opencv-4.8.0/build/lib:"
  59. NEW_RPATH "/usr/local/lib")
  60. if(CMAKE_INSTALL_DO_STRIP)
  61. execute_process(COMMAND "/usr/bin/strip" "${file}")
  62. endif()
  63. endif()
  64. endforeach()
  65. endif()
  66. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevx" OR NOT CMAKE_INSTALL_COMPONENT)
  67. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopencv_objdetect.so" AND
  68. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopencv_objdetect.so")
  69. file(RPATH_CHECK
  70. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopencv_objdetect.so"
  71. RPATH "/usr/local/lib")
  72. endif()
  73. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/zx/env/opencv-4.8.0/build/lib/libopencv_objdetect.so")
  74. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopencv_objdetect.so" AND
  75. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopencv_objdetect.so")
  76. file(RPATH_CHANGE
  77. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopencv_objdetect.so"
  78. OLD_RPATH "/home/zx/env/opencv-4.8.0/build/lib:"
  79. NEW_RPATH "/usr/local/lib")
  80. if(CMAKE_INSTALL_DO_STRIP)
  81. execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopencv_objdetect.so")
  82. endif()
  83. endif()
  84. endif()
  85. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevx" OR NOT CMAKE_INSTALL_COMPONENT)
  86. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/opencv4/opencv2" TYPE FILE OPTIONAL FILES "/home/zx/env/opencv-4.8.0/modules/objdetect/include/opencv2/objdetect.hpp")
  87. endif()
  88. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevx" OR NOT CMAKE_INSTALL_COMPONENT)
  89. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/opencv4/opencv2/objdetect" TYPE FILE OPTIONAL FILES "/home/zx/env/opencv-4.8.0/modules/objdetect/include/opencv2/objdetect/aruco_board.hpp")
  90. endif()
  91. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevx" OR NOT CMAKE_INSTALL_COMPONENT)
  92. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/opencv4/opencv2/objdetect" TYPE FILE OPTIONAL FILES "/home/zx/env/opencv-4.8.0/modules/objdetect/include/opencv2/objdetect/aruco_detector.hpp")
  93. endif()
  94. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevx" OR NOT CMAKE_INSTALL_COMPONENT)
  95. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/opencv4/opencv2/objdetect" TYPE FILE OPTIONAL FILES "/home/zx/env/opencv-4.8.0/modules/objdetect/include/opencv2/objdetect/aruco_dictionary.hpp")
  96. endif()
  97. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevx" OR NOT CMAKE_INSTALL_COMPONENT)
  98. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/opencv4/opencv2/objdetect" TYPE FILE OPTIONAL FILES "/home/zx/env/opencv-4.8.0/modules/objdetect/include/opencv2/objdetect/barcode.hpp")
  99. endif()
  100. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevx" OR NOT CMAKE_INSTALL_COMPONENT)
  101. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/opencv4/opencv2/objdetect" TYPE FILE OPTIONAL FILES "/home/zx/env/opencv-4.8.0/modules/objdetect/include/opencv2/objdetect/charuco_detector.hpp")
  102. endif()
  103. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevx" OR NOT CMAKE_INSTALL_COMPONENT)
  104. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/opencv4/opencv2/objdetect" TYPE FILE OPTIONAL FILES "/home/zx/env/opencv-4.8.0/modules/objdetect/include/opencv2/objdetect/detection_based_tracker.hpp")
  105. endif()
  106. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevx" OR NOT CMAKE_INSTALL_COMPONENT)
  107. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/opencv4/opencv2/objdetect" TYPE FILE OPTIONAL FILES "/home/zx/env/opencv-4.8.0/modules/objdetect/include/opencv2/objdetect/face.hpp")
  108. endif()
  109. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevx" OR NOT CMAKE_INSTALL_COMPONENT)
  110. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/opencv4/opencv2/objdetect" TYPE FILE OPTIONAL FILES "/home/zx/env/opencv-4.8.0/modules/objdetect/include/opencv2/objdetect/graphical_code_detector.hpp")
  111. endif()
  112. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xdevx" OR NOT CMAKE_INSTALL_COMPONENT)
  113. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/opencv4/opencv2/objdetect" TYPE FILE OPTIONAL FILES "/home/zx/env/opencv-4.8.0/modules/objdetect/include/opencv2/objdetect/objdetect.hpp")
  114. endif()