cmake_install.cmake 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. # Install script for directory: /home/neousys/autoware.ai/src/autoware/utilities/vehicle_engage_panel
  2. # Set the install prefix
  3. if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  4. set(CMAKE_INSTALL_PREFIX "/home/neousys/autoware.ai/install/vehicle_engage_panel")
  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/vehicle_engage_panel/catkin_generated/installspace/vehicle_engage_panel.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/vehicle_engage_panel/cmake" TYPE FILE FILES
  39. "/home/neousys/autoware.ai/build/vehicle_engage_panel/catkin_generated/installspace/vehicle_engage_panelConfig.cmake"
  40. "/home/neousys/autoware.ai/build/vehicle_engage_panel/catkin_generated/installspace/vehicle_engage_panelConfig-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/vehicle_engage_panel" TYPE FILE FILES "/home/neousys/autoware.ai/src/autoware/utilities/vehicle_engage_panel/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/libvehicle_engage_panel.so" AND
  48. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvehicle_engage_panel.so")
  49. file(RPATH_CHECK
  50. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvehicle_engage_panel.so"
  51. RPATH "")
  52. endif()
  53. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/neousys/autoware.ai/build/vehicle_engage_panel/devel/lib/libvehicle_engage_panel.so")
  54. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvehicle_engage_panel.so" AND
  55. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvehicle_engage_panel.so")
  56. file(RPATH_CHANGE
  57. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvehicle_engage_panel.so"
  58. OLD_RPATH "/opt/ros/melodic/lib:/opt/ros/melodic/share/rviz/cmake/../../../lib:"
  59. NEW_RPATH "")
  60. if(CMAKE_INSTALL_DO_STRIP)
  61. execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvehicle_engage_panel.so")
  62. endif()
  63. endif()
  64. endif()
  65. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  66. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/vehicle_engage_panel" TYPE FILE FILES "/home/neousys/autoware.ai/src/autoware/utilities/vehicle_engage_panel/plugin_description.xml")
  67. endif()
  68. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  69. # Include the install script for each subdirectory.
  70. include("/home/neousys/autoware.ai/build/vehicle_engage_panel/gtest/cmake_install.cmake")
  71. endif()
  72. if(CMAKE_INSTALL_COMPONENT)
  73. set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
  74. else()
  75. set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
  76. endif()
  77. string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
  78. "${CMAKE_INSTALL_MANIFEST_FILES}")
  79. file(WRITE "/home/neousys/autoware.ai/build/vehicle_engage_panel/${CMAKE_INSTALL_MANIFEST}"
  80. "${CMAKE_INSTALL_MANIFEST_CONTENT}")