cmake_install.cmake 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # Install script for directory: /home/neousys/autoware.ai/src/autoware/core_perception/vision_segment_enet_detect
  2. # Set the install prefix
  3. if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  4. set(CMAKE_INSTALL_PREFIX "/home/neousys/autoware.ai/install/vision_segment_enet_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_segment_enet_detect/catkin_generated/installspace/vision_segment_enet_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_segment_enet_detect/cmake" TYPE FILE FILES
  39. "/home/neousys/autoware.ai/build/vision_segment_enet_detect/catkin_generated/installspace/vision_segment_enet_detectConfig.cmake"
  40. "/home/neousys/autoware.ai/build/vision_segment_enet_detect/catkin_generated/installspace/vision_segment_enet_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_segment_enet_detect" TYPE FILE FILES "/home/neousys/autoware.ai/src/autoware/core_perception/vision_segment_enet_detect/package.xml")
  45. endif()
  46. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  47. # Include the install script for each subdirectory.
  48. include("/home/neousys/autoware.ai/build/vision_segment_enet_detect/gtest/cmake_install.cmake")
  49. endif()
  50. if(CMAKE_INSTALL_COMPONENT)
  51. set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
  52. else()
  53. set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
  54. endif()
  55. string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
  56. "${CMAKE_INSTALL_MANIFEST_FILES}")
  57. file(WRITE "/home/neousys/autoware.ai/build/vision_segment_enet_detect/${CMAKE_INSTALL_MANIFEST}"
  58. "${CMAKE_INSTALL_MANIFEST_CONTENT}")