cmake_install.cmake 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # Install script for directory: /home/neousys/autoware.ai/src/drivers/awf_drivers/lms5xx
  2. # Set the install prefix
  3. if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  4. set(CMAKE_INSTALL_PREFIX "/home/neousys/autoware.ai/install/sick_lms5xx")
  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/sick_lms5xx/catkin_generated/installspace/sick_lms5xx.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/sick_lms5xx/cmake" TYPE FILE FILES
  39. "/home/neousys/autoware.ai/build/sick_lms5xx/catkin_generated/installspace/sick_lms5xxConfig.cmake"
  40. "/home/neousys/autoware.ai/build/sick_lms5xx/catkin_generated/installspace/sick_lms5xxConfig-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/sick_lms5xx" TYPE FILE FILES "/home/neousys/autoware.ai/src/drivers/awf_drivers/lms5xx/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/sick_lms5xx/lms511_node" AND
  48. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/sick_lms5xx/lms511_node")
  49. file(RPATH_CHECK
  50. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/sick_lms5xx/lms511_node"
  51. RPATH "")
  52. endif()
  53. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/sick_lms5xx" TYPE EXECUTABLE FILES "/home/neousys/autoware.ai/build/sick_lms5xx/devel/lib/sick_lms5xx/lms511_node")
  54. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/sick_lms5xx/lms511_node" AND
  55. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/sick_lms5xx/lms511_node")
  56. file(RPATH_CHANGE
  57. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/sick_lms5xx/lms511_node"
  58. OLD_RPATH "/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/sick_lms5xx/lms511_node")
  62. endif()
  63. endif()
  64. endif()
  65. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  66. # Include the install script for each subdirectory.
  67. include("/home/neousys/autoware.ai/build/sick_lms5xx/gtest/cmake_install.cmake")
  68. endif()
  69. if(CMAKE_INSTALL_COMPONENT)
  70. set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
  71. else()
  72. set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
  73. endif()
  74. string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
  75. "${CMAKE_INSTALL_MANIFEST_FILES}")
  76. file(WRITE "/home/neousys/autoware.ai/build/sick_lms5xx/${CMAKE_INSTALL_MANIFEST}"
  77. "${CMAKE_INSTALL_MANIFEST_CONTENT}")