NAV2_PLUGIN/build/nav2_free_costmap_plugin/cmake_install.cmake

165 lines
9.2 KiB
CMake
Raw Normal View History

2023-04-13 10:11:53 +08:00
# Install script for directory: /home/user/work/nav2_plugin/src
2023-04-12 11:02:14 +08:00
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
2023-04-13 10:11:53 +08:00
set(CMAKE_INSTALL_PREFIX "/home/user/work/nav2_plugin/install/nav2_free_costmap_plugin")
2023-04-12 11:02:14 +08:00
endif()
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
# Set the install configuration name.
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
if(BUILD_TYPE)
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
else()
set(CMAKE_INSTALL_CONFIG_NAME "")
endif()
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
endif()
# Set the component getting installed.
if(NOT CMAKE_INSTALL_COMPONENT)
if(COMPONENT)
message(STATUS "Install component: \"${COMPONENT}\"")
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
else()
set(CMAKE_INSTALL_COMPONENT)
endif()
endif()
# Install shared libraries without execute permission?
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
set(CMAKE_INSTALL_SO_NO_EXE "1")
endif()
# Is this installation the result of a crosscompile?
if(NOT DEFINED CMAKE_CROSSCOMPILING)
set(CMAKE_CROSSCOMPILING "FALSE")
endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/usr/bin/objdump")
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libnav2_free_costmap_plugin_core.so" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libnav2_free_costmap_plugin_core.so")
2023-04-12 11:02:14 +08:00
file(RPATH_CHECK
2023-04-13 10:11:53 +08:00
FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libnav2_free_costmap_plugin_core.so"
2023-04-12 11:02:14 +08:00
RPATH "")
endif()
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/libnav2_free_costmap_plugin_core.so")
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libnav2_free_costmap_plugin_core.so" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libnav2_free_costmap_plugin_core.so")
2023-04-12 11:02:14 +08:00
file(RPATH_CHANGE
2023-04-13 10:11:53 +08:00
FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libnav2_free_costmap_plugin_core.so"
2023-04-13 11:43:24 +08:00
OLD_RPATH "/opt/ros/humble/lib:"
2023-04-12 11:02:14 +08:00
NEW_RPATH "")
if(CMAKE_INSTALL_DO_STRIP)
2023-04-13 10:11:53 +08:00
execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libnav2_free_costmap_plugin_core.so")
2023-04-12 11:02:14 +08:00
endif()
endif()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/nav2_free_costmap_plugin/talker" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/nav2_free_costmap_plugin/talker")
2023-04-12 11:02:14 +08:00
file(RPATH_CHECK
2023-04-13 10:11:53 +08:00
FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/nav2_free_costmap_plugin/talker"
2023-04-12 11:02:14 +08:00
RPATH "")
endif()
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/nav2_free_costmap_plugin" TYPE EXECUTABLE FILES "/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/talker")
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/nav2_free_costmap_plugin/talker" AND
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/nav2_free_costmap_plugin/talker")
2023-04-12 11:02:14 +08:00
file(RPATH_CHANGE
2023-04-13 10:11:53 +08:00
FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/nav2_free_costmap_plugin/talker"
2023-04-12 11:02:14 +08:00
OLD_RPATH "/opt/ros/humble/lib:"
NEW_RPATH "")
if(CMAKE_INSTALL_DO_STRIP)
2023-04-13 10:11:53 +08:00
execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/nav2_free_costmap_plugin/talker")
2023-04-12 11:02:14 +08:00
endif()
endif()
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nav2_free_costmap_plugin" TYPE FILE FILES "/home/user/work/nav2_plugin/src/free_layer.xml")
2023-04-12 11:02:14 +08:00
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/package_run_dependencies" TYPE FILE FILES "/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/nav2_free_costmap_plugin")
2023-04-12 11:02:14 +08:00
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/parent_prefix_path" TYPE FILE FILES "/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/nav2_free_costmap_plugin")
2023-04-12 11:02:14 +08:00
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nav2_free_costmap_plugin/environment" TYPE FILE FILES "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh")
2023-04-12 11:02:14 +08:00
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nav2_free_costmap_plugin/environment" TYPE FILE FILES "/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/ament_cmake_environment_hooks/ament_prefix_path.dsv")
2023-04-12 11:02:14 +08:00
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nav2_free_costmap_plugin/environment" TYPE FILE FILES "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh")
2023-04-12 11:02:14 +08:00
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nav2_free_costmap_plugin/environment" TYPE FILE FILES "/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/ament_cmake_environment_hooks/path.dsv")
2023-04-12 11:02:14 +08:00
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nav2_free_costmap_plugin" TYPE FILE FILES "/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/ament_cmake_environment_hooks/local_setup.bash")
2023-04-12 11:02:14 +08:00
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nav2_free_costmap_plugin" TYPE FILE FILES "/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/ament_cmake_environment_hooks/local_setup.sh")
2023-04-12 11:02:14 +08:00
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nav2_free_costmap_plugin" TYPE FILE FILES "/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/ament_cmake_environment_hooks/local_setup.zsh")
2023-04-12 11:02:14 +08:00
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nav2_free_costmap_plugin" TYPE FILE FILES "/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/ament_cmake_environment_hooks/local_setup.dsv")
2023-04-12 11:02:14 +08:00
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nav2_free_costmap_plugin" TYPE FILE FILES "/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/ament_cmake_environment_hooks/package.dsv")
2023-04-12 11:02:14 +08:00
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/packages" TYPE FILE FILES "/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/ament_cmake_index/share/ament_index/resource_index/packages/nav2_free_costmap_plugin")
2023-04-12 11:02:14 +08:00
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/nav2_costmap_2d__pluginlib__plugin" TYPE FILE FILES "/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/ament_cmake_index/share/ament_index/resource_index/nav2_costmap_2d__pluginlib__plugin/nav2_free_costmap_plugin")
2023-04-12 11:02:14 +08:00
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nav2_free_costmap_plugin/cmake" TYPE FILE FILES
"/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/ament_cmake_core/nav2_free_costmap_pluginConfig.cmake"
"/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/ament_cmake_core/nav2_free_costmap_pluginConfig-version.cmake"
2023-04-12 11:02:14 +08:00
)
endif()
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
2023-04-13 10:11:53 +08:00
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/nav2_free_costmap_plugin" TYPE FILE FILES "/home/user/work/nav2_plugin/src/package.xml")
2023-04-12 11:02:14 +08:00
endif()
if(CMAKE_INSTALL_COMPONENT)
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
else()
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
2023-04-13 10:11:53 +08:00
file(WRITE "/home/user/work/nav2_plugin/build/nav2_free_costmap_plugin/${CMAKE_INSTALL_MANIFEST}"
2023-04-12 11:02:14 +08:00
"${CMAKE_INSTALL_MANIFEST_CONTENT}")