cmake_install.cmake 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. # Install script for directory: /home/neousys/autoware.ai/src/autoware/core_perception/vision_darknet_detect
  2. # Set the install prefix
  3. if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  4. set(CMAKE_INSTALL_PREFIX "/home/neousys/autoware.ai/install/vision_darknet_detect")
  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 "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  35. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/neousys/autoware.ai/build/vision_darknet_detect/catkin_generated/installspace/vision_darknet_detect.pc")
  36. endif()
  37. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  38. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/vision_darknet_detect/cmake" TYPE FILE FILES
  39. "/home/neousys/autoware.ai/build/vision_darknet_detect/catkin_generated/installspace/vision_darknet_detectConfig.cmake"
  40. "/home/neousys/autoware.ai/build/vision_darknet_detect/catkin_generated/installspace/vision_darknet_detectConfig-version.cmake"
  41. )
  42. endif()
  43. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  44. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/vision_darknet_detect" TYPE FILE FILES "/home/neousys/autoware.ai/src/autoware/core_perception/vision_darknet_detect/package.xml")
  45. endif()
  46. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  47. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvision_darknet_detect_lib.so" AND
  48. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvision_darknet_detect_lib.so")
  49. file(RPATH_CHECK
  50. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvision_darknet_detect_lib.so"
  51. RPATH "")
  52. endif()
  53. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/neousys/autoware.ai/build/vision_darknet_detect/devel/lib/libvision_darknet_detect_lib.so")
  54. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvision_darknet_detect_lib.so" AND
  55. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvision_darknet_detect_lib.so")
  56. file(RPATH_CHANGE
  57. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvision_darknet_detect_lib.so"
  58. OLD_RPATH "/usr/local/cuda-11.0/lib64:/opt/ros/melodic/lib:"
  59. NEW_RPATH "")
  60. if(CMAKE_INSTALL_DO_STRIP)
  61. execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvision_darknet_detect_lib.so")
  62. endif()
  63. endif()
  64. endif()
  65. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  66. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/vision_darknet_detect/vision_darknet_detect" AND
  67. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/vision_darknet_detect/vision_darknet_detect")
  68. file(RPATH_CHECK
  69. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/vision_darknet_detect/vision_darknet_detect"
  70. RPATH "")
  71. endif()
  72. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/vision_darknet_detect" TYPE EXECUTABLE FILES "/home/neousys/autoware.ai/build/vision_darknet_detect/devel/lib/vision_darknet_detect/vision_darknet_detect")
  73. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/vision_darknet_detect/vision_darknet_detect" AND
  74. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/vision_darknet_detect/vision_darknet_detect")
  75. file(RPATH_CHANGE
  76. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/vision_darknet_detect/vision_darknet_detect"
  77. OLD_RPATH "/opt/ros/melodic/lib:/usr/local/cuda-11.0/lib64:/home/neousys/autoware.ai/build/vision_darknet_detect/devel/lib:"
  78. NEW_RPATH "")
  79. if(CMAKE_INSTALL_DO_STRIP)
  80. execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/vision_darknet_detect/vision_darknet_detect")
  81. endif()
  82. endif()
  83. endif()
  84. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  85. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/vision_darknet_detect/launch" TYPE DIRECTORY FILES "/home/neousys/autoware.ai/src/autoware/core_perception/vision_darknet_detect/launch/" REGEX "/\\.svn$" EXCLUDE)
  86. endif()
  87. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  88. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/vision_darknet_detect/darknet/cfg/" TYPE DIRECTORY FILES "/home/neousys/autoware.ai/src/autoware/core_perception/vision_darknet_detect/darknet/cfg/" REGEX "/\\.svn$" EXCLUDE)
  89. endif()
  90. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  91. # Include the install script for each subdirectory.
  92. include("/home/neousys/autoware.ai/build/vision_darknet_detect/gtest/cmake_install.cmake")
  93. endif()
  94. if(CMAKE_INSTALL_COMPONENT)
  95. set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
  96. else()
  97. set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
  98. endif()
  99. string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
  100. "${CMAKE_INSTALL_MANIFEST_FILES}")
  101. file(WRITE "/home/neousys/autoware.ai/build/vision_darknet_detect/${CMAKE_INSTALL_MANIFEST}"
  102. "${CMAKE_INSTALL_MANIFEST_CONTENT}")