2025-05-14 16:30:59 +08:00
# Install script for directory: /home/cxh/sweeper_truck_ros/src/mc
2025-05-12 14:16:52 +08:00
# Set the install prefix
if ( NOT DEFINED CMAKE_INSTALL_PREFIX )
2025-05-14 16:30:59 +08:00
set ( CMAKE_INSTALL_PREFIX "/home/cxh/sweeper_truck_ros/install/mc" )
2025-05-12 14:16:52 +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_]+" ""
C M A K E _ I N S T A L L _ C O N F I G _ N A M E " $ { B U I L D _ T Y P E } " )
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 )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/rosidl_interfaces" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_index/share/ament_index/resource_index/rosidl_interfaces/mc" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mc/mc" TYPE DIRECTORY FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_generator_c/mc/" REGEX "/[^/]*\\.h$" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/environment" TYPE FILE FILES "/opt/ros/humble/lib/python3.10/site-packages/ament_package/template/environment_hook/library_path.sh" )
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/environment" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_environment_hooks/library_path.dsv" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_generator_c.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ g e n e r a t o r _ c . s o " )
file ( RPATH_CHECK
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ g e n e r a t o r _ c . s o "
R P A T H " " )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/cxh/sweeper_truck_ros/build/mc/libmc__rosidl_generator_c.so" )
2025-05-12 14:16:52 +08:00
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_generator_c.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ g e n e r a t o r _ c . s o " )
file ( RPATH_CHANGE
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ g e n e r a t o r _ c . s o "
O L D _ R P A T H " / o p t / r o s / h u m b l e / l i b : "
N E W _ R P A T H " " )
if ( CMAKE_INSTALL_DO_STRIP )
execute_process ( COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_generator_c.so" )
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 )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mc/mc" TYPE DIRECTORY FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_typesupport_fastrtps_c/mc/" REGEX "/[^/]*\\.cpp$" EXCLUDE )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_fastrtps_c.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c . s o " )
file ( RPATH_CHECK
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c . s o "
R P A T H " " )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/cxh/sweeper_truck_ros/build/mc/libmc__rosidl_typesupport_fastrtps_c.so" )
2025-05-12 14:16:52 +08:00
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_fastrtps_c.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c . s o " )
file ( RPATH_CHANGE
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c . s o "
2025-05-14 16:30:59 +08:00
O L D _ R P A T H " / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c : / o p t / r o s / h u m b l e / l i b : "
2025-05-12 14:16:52 +08:00
N E W _ R P A T H " " )
if ( CMAKE_INSTALL_DO_STRIP )
execute_process ( COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_fastrtps_c.so" )
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 )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mc/mc" TYPE DIRECTORY FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_generator_cpp/mc/" REGEX "/[^/]*\\.hpp$" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mc/mc" TYPE DIRECTORY FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_typesupport_fastrtps_cpp/mc/" REGEX "/[^/]*\\.cpp$" EXCLUDE )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_fastrtps_cpp.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c p p . s o " )
file ( RPATH_CHECK
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c p p . s o "
R P A T H " " )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/cxh/sweeper_truck_ros/build/mc/libmc__rosidl_typesupport_fastrtps_cpp.so" )
2025-05-12 14:16:52 +08:00
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_fastrtps_cpp.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c p p . s o " )
file ( RPATH_CHANGE
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c p p . s o "
O L D _ R P A T H " / o p t / r o s / h u m b l e / l i b : "
N E W _ R P A T H " " )
if ( CMAKE_INSTALL_DO_STRIP )
execute_process ( COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_fastrtps_cpp.so" )
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 )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mc/mc" TYPE DIRECTORY FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_typesupport_introspection_c/mc/" REGEX "/[^/]*\\.h$" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_introspection_c.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c . s o " )
file ( RPATH_CHECK
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c . s o "
R P A T H " " )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/cxh/sweeper_truck_ros/build/mc/libmc__rosidl_typesupport_introspection_c.so" )
2025-05-12 14:16:52 +08:00
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_introspection_c.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c . s o " )
file ( RPATH_CHANGE
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c . s o "
2025-05-14 16:30:59 +08:00
O L D _ R P A T H " / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c : / o p t / r o s / h u m b l e / l i b : "
2025-05-12 14:16:52 +08:00
N E W _ R P A T H " " )
if ( CMAKE_INSTALL_DO_STRIP )
execute_process ( COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_introspection_c.so" )
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 )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_c.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ c . s o " )
file ( RPATH_CHECK
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ c . s o "
R P A T H " " )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/cxh/sweeper_truck_ros/build/mc/libmc__rosidl_typesupport_c.so" )
2025-05-12 14:16:52 +08:00
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_c.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ c . s o " )
file ( RPATH_CHANGE
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ c . s o "
2025-05-14 16:30:59 +08:00
O L D _ R P A T H " / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c : / o p t / r o s / h u m b l e / l i b : "
2025-05-12 14:16:52 +08:00
N E W _ R P A T H " " )
if ( CMAKE_INSTALL_DO_STRIP )
execute_process ( COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_c.so" )
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 )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/mc/mc" TYPE DIRECTORY FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_typesupport_introspection_cpp/mc/" REGEX "/[^/]*\\.hpp$" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_introspection_cpp.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c p p . s o " )
file ( RPATH_CHECK
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c p p . s o "
R P A T H " " )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/cxh/sweeper_truck_ros/build/mc/libmc__rosidl_typesupport_introspection_cpp.so" )
2025-05-12 14:16:52 +08:00
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_introspection_cpp.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c p p . s o " )
file ( RPATH_CHANGE
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c p p . s o "
O L D _ R P A T H " / o p t / r o s / h u m b l e / l i b : "
N E W _ R P A T H " " )
if ( CMAKE_INSTALL_DO_STRIP )
execute_process ( COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_introspection_cpp.so" )
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 )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_cpp.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ c p p . s o " )
file ( RPATH_CHECK
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ c p p . s o "
R P A T H " " )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/cxh/sweeper_truck_ros/build/mc/libmc__rosidl_typesupport_cpp.so" )
2025-05-12 14:16:52 +08:00
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_cpp.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ c p p . s o " )
file ( RPATH_CHANGE
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ t y p e s u p p o r t _ c p p . s o "
O L D _ R P A T H " / o p t / r o s / h u m b l e / l i b : "
N E W _ R P A T H " " )
if ( CMAKE_INSTALL_DO_STRIP )
execute_process ( COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_typesupport_cpp.so" )
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 )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/environment" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_environment_hooks/pythonpath.sh" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/environment" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_environment_hooks/pythonpath.dsv" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/mc-0.0.0-py3.10.egg-info" TYPE DIRECTORY FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_python/mc/mc.egg-info/" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/mc" TYPE DIRECTORY FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_generator_py/mc/" REGEX "/[^/]*\\.pyc$" EXCLUDE REGEX "/\\_\\_pycache\\_\\_$" EXCLUDE )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
execute_process (
C O M M A N D
" / u s r / b i n / p y t h o n 3 " " - m " " c o m p i l e a l l "
2025-05-14 16:30:59 +08:00
" / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / i n s t a l l / m c / l o c a l / l i b / p y t h o n 3 . 1 0 / d i s t - p a c k a g e s / m c "
2025-05-12 14:16:52 +08:00
)
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/mc/mc_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l o c a l / l i b / p y t h o n 3 . 1 0 / d i s t - p a c k a g e s / m c / m c _ s _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c . c p y t h o n - 3 1 0 - x 8 6 _ 6 4 - l i n u x - g n u . s o " )
2025-05-12 14:16:52 +08:00
file ( RPATH_CHECK
2025-05-14 16:30:59 +08:00
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l o c a l / l i b / p y t h o n 3 . 1 0 / d i s t - p a c k a g e s / m c / m c _ s _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c . c p y t h o n - 3 1 0 - x 8 6 _ 6 4 - l i n u x - g n u . s o "
2025-05-12 14:16:52 +08:00
R P A T H " " )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/mc" TYPE SHARED_LIBRARY FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_generator_py/mc/mc_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/mc/mc_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l o c a l / l i b / p y t h o n 3 . 1 0 / d i s t - p a c k a g e s / m c / m c _ s _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c . c p y t h o n - 3 1 0 - x 8 6 _ 6 4 - l i n u x - g n u . s o " )
2025-05-12 14:16:52 +08:00
file ( RPATH_CHANGE
2025-05-14 16:30:59 +08:00
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l o c a l / l i b / p y t h o n 3 . 1 0 / d i s t - p a c k a g e s / m c / m c _ s _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c . c p y t h o n - 3 1 0 - x 8 6 _ 6 4 - l i n u x - g n u . s o "
O L D _ R P A T H " / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c / r o s i d l _ g e n e r a t o r _ p y / m c : / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c : / o p t / r o s / h u m b l e / l i b : "
2025-05-12 14:16:52 +08:00
N E W _ R P A T H " " )
if ( CMAKE_INSTALL_DO_STRIP )
2025-05-14 16:30:59 +08:00
execute_process ( COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/mc/mc_s__rosidl_typesupport_fastrtps_c.cpython-310-x86_64-linux-gnu.so" )
2025-05-12 14:16:52 +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 )
2025-05-14 16:30:59 +08:00
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/mc/mc_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l o c a l / l i b / p y t h o n 3 . 1 0 / d i s t - p a c k a g e s / m c / m c _ s _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c . c p y t h o n - 3 1 0 - x 8 6 _ 6 4 - l i n u x - g n u . s o " )
2025-05-12 14:16:52 +08:00
file ( RPATH_CHECK
2025-05-14 16:30:59 +08:00
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l o c a l / l i b / p y t h o n 3 . 1 0 / d i s t - p a c k a g e s / m c / m c _ s _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c . c p y t h o n - 3 1 0 - x 8 6 _ 6 4 - l i n u x - g n u . s o "
2025-05-12 14:16:52 +08:00
R P A T H " " )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/mc" TYPE SHARED_LIBRARY FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_generator_py/mc/mc_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/mc/mc_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l o c a l / l i b / p y t h o n 3 . 1 0 / d i s t - p a c k a g e s / m c / m c _ s _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c . c p y t h o n - 3 1 0 - x 8 6 _ 6 4 - l i n u x - g n u . s o " )
2025-05-12 14:16:52 +08:00
file ( RPATH_CHANGE
2025-05-14 16:30:59 +08:00
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l o c a l / l i b / p y t h o n 3 . 1 0 / d i s t - p a c k a g e s / m c / m c _ s _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c . c p y t h o n - 3 1 0 - x 8 6 _ 6 4 - l i n u x - g n u . s o "
O L D _ R P A T H " / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c / r o s i d l _ g e n e r a t o r _ p y / m c : / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c : / o p t / r o s / h u m b l e / l i b : "
2025-05-12 14:16:52 +08:00
N E W _ R P A T H " " )
if ( CMAKE_INSTALL_DO_STRIP )
2025-05-14 16:30:59 +08:00
execute_process ( COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/mc/mc_s__rosidl_typesupport_introspection_c.cpython-310-x86_64-linux-gnu.so" )
2025-05-12 14:16:52 +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 )
2025-05-14 16:30:59 +08:00
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/mc/mc_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l o c a l / l i b / p y t h o n 3 . 1 0 / d i s t - p a c k a g e s / m c / m c _ s _ _ r o s i d l _ t y p e s u p p o r t _ c . c p y t h o n - 3 1 0 - x 8 6 _ 6 4 - l i n u x - g n u . s o " )
2025-05-12 14:16:52 +08:00
file ( RPATH_CHECK
2025-05-14 16:30:59 +08:00
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l o c a l / l i b / p y t h o n 3 . 1 0 / d i s t - p a c k a g e s / m c / m c _ s _ _ r o s i d l _ t y p e s u p p o r t _ c . c p y t h o n - 3 1 0 - x 8 6 _ 6 4 - l i n u x - g n u . s o "
2025-05-12 14:16:52 +08:00
R P A T H " " )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/mc" TYPE SHARED_LIBRARY FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_generator_py/mc/mc_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/mc/mc_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l o c a l / l i b / p y t h o n 3 . 1 0 / d i s t - p a c k a g e s / m c / m c _ s _ _ r o s i d l _ t y p e s u p p o r t _ c . c p y t h o n - 3 1 0 - x 8 6 _ 6 4 - l i n u x - g n u . s o " )
2025-05-12 14:16:52 +08:00
file ( RPATH_CHANGE
2025-05-14 16:30:59 +08:00
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l o c a l / l i b / p y t h o n 3 . 1 0 / d i s t - p a c k a g e s / m c / m c _ s _ _ r o s i d l _ t y p e s u p p o r t _ c . c p y t h o n - 3 1 0 - x 8 6 _ 6 4 - l i n u x - g n u . s o "
O L D _ R P A T H " / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c / r o s i d l _ g e n e r a t o r _ p y / m c : / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c : / o p t / r o s / h u m b l e / l i b : "
2025-05-12 14:16:52 +08:00
N E W _ R P A T H " " )
if ( CMAKE_INSTALL_DO_STRIP )
2025-05-14 16:30:59 +08:00
execute_process ( COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/local/lib/python3.10/dist-packages/mc/mc_s__rosidl_typesupport_c.cpython-310-x86_64-linux-gnu.so" )
2025-05-12 14:16:52 +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 )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_generator_py.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ g e n e r a t o r _ p y . s o " )
file ( RPATH_CHECK
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ g e n e r a t o r _ p y . s o "
R P A T H " " )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_generator_py/mc/libmc__rosidl_generator_py.so" )
2025-05-12 14:16:52 +08:00
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_generator_py.so" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ g e n e r a t o r _ p y . s o " )
file ( RPATH_CHANGE
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / l i b m c _ _ r o s i d l _ g e n e r a t o r _ p y . s o "
2025-05-14 16:30:59 +08:00
O L D _ R P A T H " / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c : / o p t / r o s / h u m b l e / l i b : "
2025-05-12 14:16:52 +08:00
N E W _ R P A T H " " )
if ( CMAKE_INSTALL_DO_STRIP )
execute_process ( COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libmc__rosidl_generator_py.so" )
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 )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/msg" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_adapter/mc/msg/CanFrame.idl" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/msg" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_adapter/mc/msg/McCtrl.idl" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/msg" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/src/mc/msg/CanFrame.msg" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/msg" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/src/mc/msg/McCtrl.msg" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/mc/mc_node" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / m c / m c _ n o d e " )
file ( RPATH_CHECK
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / m c / m c _ n o d e "
R P A T H " " )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/mc" TYPE EXECUTABLE FILES "/home/cxh/sweeper_truck_ros/build/mc/mc_node" )
2025-05-12 14:16:52 +08:00
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/mc/mc_node" AND
N O T I S _ S Y M L I N K " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / m c / m c _ n o d e " )
file ( RPATH_CHANGE
F I L E " $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / l i b / m c / m c _ n o d e "
2025-05-14 16:30:59 +08:00
O L D _ R P A T H " / o p t / r o s / h u m b l e / l i b : / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c : "
2025-05-12 14:16:52 +08:00
N E W _ R P A T H " " )
if ( CMAKE_INSTALL_DO_STRIP )
execute_process ( COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/mc/mc_node" )
endif ( )
endif ( )
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/package_run_dependencies" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/mc" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/parent_prefix_path" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/mc" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/environment" TYPE FILE FILES "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh" )
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/environment" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_environment_hooks/ament_prefix_path.dsv" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/environment" TYPE FILE FILES "/opt/ros/humble/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh" )
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/environment" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_environment_hooks/path.dsv" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_environment_hooks/local_setup.bash" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_environment_hooks/local_setup.sh" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_environment_hooks/local_setup.zsh" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_environment_hooks/local_setup.dsv" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_environment_hooks/package.dsv" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/packages" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_index/share/ament_index/resource_index/packages/mc" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/export_mc__rosidl_generator_cExport.cmake" )
file ( DIFFERENT EXPORT_FILE_CHANGED FILES
" $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / s h a r e / m c / c m a k e / e x p o r t _ m c _ _ r o s i d l _ g e n e r a t o r _ c E x p o r t . c m a k e "
2025-05-14 16:30:59 +08:00
" / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c / C M a k e F i l e s / E x p o r t / s h a r e / m c / c m a k e / e x p o r t _ m c _ _ r o s i d l _ g e n e r a t o r _ c E x p o r t . c m a k e " )
2025-05-12 14:16:52 +08:00
if ( EXPORT_FILE_CHANGED )
file ( GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/export_mc__rosidl_generator_cExport-*.cmake" )
if ( OLD_CONFIG_FILES )
message ( STATUS "Old export file \" $ENV{ DESTDIR } ${ CMAKE_INSTALL_PREFIX } /share/mc/cmake/export_mc__rosidl_generator_cExport.cmake\ " will be replaced. Removing files [${OLD_CONFIG_FILES}]." )
file ( REMOVE ${ OLD_CONFIG_FILES } )
endif ( )
endif ( )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/export_mc__rosidl_generator_cExport.cmake" )
2025-05-12 14:16:52 +08:00
if ( "${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$" )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/export_mc__rosidl_generator_cExport-noconfig.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/export_mc__rosidl_typesupport_fastrtps_cExport.cmake" )
file ( DIFFERENT EXPORT_FILE_CHANGED FILES
" $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / s h a r e / m c / c m a k e / e x p o r t _ m c _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c E x p o r t . c m a k e "
2025-05-14 16:30:59 +08:00
" / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c / C M a k e F i l e s / E x p o r t / s h a r e / m c / c m a k e / e x p o r t _ m c _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c E x p o r t . c m a k e " )
2025-05-12 14:16:52 +08:00
if ( EXPORT_FILE_CHANGED )
file ( GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/export_mc__rosidl_typesupport_fastrtps_cExport-*.cmake" )
if ( OLD_CONFIG_FILES )
message ( STATUS "Old export file \" $ENV{ DESTDIR } ${ CMAKE_INSTALL_PREFIX } /share/mc/cmake/export_mc__rosidl_typesupport_fastrtps_cExport.cmake\ " will be replaced. Removing files [${OLD_CONFIG_FILES}]." )
file ( REMOVE ${ OLD_CONFIG_FILES } )
endif ( )
endif ( )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/export_mc__rosidl_typesupport_fastrtps_cExport.cmake" )
2025-05-12 14:16:52 +08:00
if ( "${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$" )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/export_mc__rosidl_typesupport_fastrtps_cExport-noconfig.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/export_mc__rosidl_generator_cppExport.cmake" )
file ( DIFFERENT EXPORT_FILE_CHANGED FILES
" $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / s h a r e / m c / c m a k e / e x p o r t _ m c _ _ r o s i d l _ g e n e r a t o r _ c p p E x p o r t . c m a k e "
2025-05-14 16:30:59 +08:00
" / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c / C M a k e F i l e s / E x p o r t / s h a r e / m c / c m a k e / e x p o r t _ m c _ _ r o s i d l _ g e n e r a t o r _ c p p E x p o r t . c m a k e " )
2025-05-12 14:16:52 +08:00
if ( EXPORT_FILE_CHANGED )
file ( GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/export_mc__rosidl_generator_cppExport-*.cmake" )
if ( OLD_CONFIG_FILES )
message ( STATUS "Old export file \" $ENV{ DESTDIR } ${ CMAKE_INSTALL_PREFIX } /share/mc/cmake/export_mc__rosidl_generator_cppExport.cmake\ " will be replaced. Removing files [${OLD_CONFIG_FILES}]." )
file ( REMOVE ${ OLD_CONFIG_FILES } )
endif ( )
endif ( )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/export_mc__rosidl_generator_cppExport.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/export_mc__rosidl_typesupport_fastrtps_cppExport.cmake" )
file ( DIFFERENT EXPORT_FILE_CHANGED FILES
" $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / s h a r e / m c / c m a k e / e x p o r t _ m c _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c p p E x p o r t . c m a k e "
2025-05-14 16:30:59 +08:00
" / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c / C M a k e F i l e s / E x p o r t / s h a r e / m c / c m a k e / e x p o r t _ m c _ _ r o s i d l _ t y p e s u p p o r t _ f a s t r t p s _ c p p E x p o r t . c m a k e " )
2025-05-12 14:16:52 +08:00
if ( EXPORT_FILE_CHANGED )
file ( GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/export_mc__rosidl_typesupport_fastrtps_cppExport-*.cmake" )
if ( OLD_CONFIG_FILES )
message ( STATUS "Old export file \" $ENV{ DESTDIR } ${ CMAKE_INSTALL_PREFIX } /share/mc/cmake/export_mc__rosidl_typesupport_fastrtps_cppExport.cmake\ " will be replaced. Removing files [${OLD_CONFIG_FILES}]." )
file ( REMOVE ${ OLD_CONFIG_FILES } )
endif ( )
endif ( )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/export_mc__rosidl_typesupport_fastrtps_cppExport.cmake" )
2025-05-12 14:16:52 +08:00
if ( "${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$" )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/export_mc__rosidl_typesupport_fastrtps_cppExport-noconfig.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/mc__rosidl_typesupport_introspection_cExport.cmake" )
file ( DIFFERENT EXPORT_FILE_CHANGED FILES
" $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / s h a r e / m c / c m a k e / m c _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c E x p o r t . c m a k e "
2025-05-14 16:30:59 +08:00
" / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c / C M a k e F i l e s / E x p o r t / s h a r e / m c / c m a k e / m c _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c E x p o r t . c m a k e " )
2025-05-12 14:16:52 +08:00
if ( EXPORT_FILE_CHANGED )
file ( GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/mc__rosidl_typesupport_introspection_cExport-*.cmake" )
if ( OLD_CONFIG_FILES )
message ( STATUS "Old export file \" $ENV{ DESTDIR } ${ CMAKE_INSTALL_PREFIX } /share/mc/cmake/mc__rosidl_typesupport_introspection_cExport.cmake\ " will be replaced. Removing files [${OLD_CONFIG_FILES}]." )
file ( REMOVE ${ OLD_CONFIG_FILES } )
endif ( )
endif ( )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/mc__rosidl_typesupport_introspection_cExport.cmake" )
2025-05-12 14:16:52 +08:00
if ( "${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$" )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/mc__rosidl_typesupport_introspection_cExport-noconfig.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/mc__rosidl_typesupport_cExport.cmake" )
file ( DIFFERENT EXPORT_FILE_CHANGED FILES
" $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / s h a r e / m c / c m a k e / m c _ _ r o s i d l _ t y p e s u p p o r t _ c E x p o r t . c m a k e "
2025-05-14 16:30:59 +08:00
" / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c / C M a k e F i l e s / E x p o r t / s h a r e / m c / c m a k e / m c _ _ r o s i d l _ t y p e s u p p o r t _ c E x p o r t . c m a k e " )
2025-05-12 14:16:52 +08:00
if ( EXPORT_FILE_CHANGED )
file ( GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/mc__rosidl_typesupport_cExport-*.cmake" )
if ( OLD_CONFIG_FILES )
message ( STATUS "Old export file \" $ENV{ DESTDIR } ${ CMAKE_INSTALL_PREFIX } /share/mc/cmake/mc__rosidl_typesupport_cExport.cmake\ " will be replaced. Removing files [${OLD_CONFIG_FILES}]." )
file ( REMOVE ${ OLD_CONFIG_FILES } )
endif ( )
endif ( )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/mc__rosidl_typesupport_cExport.cmake" )
2025-05-12 14:16:52 +08:00
if ( "${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$" )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/mc__rosidl_typesupport_cExport-noconfig.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/mc__rosidl_typesupport_introspection_cppExport.cmake" )
file ( DIFFERENT EXPORT_FILE_CHANGED FILES
" $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / s h a r e / m c / c m a k e / m c _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c p p E x p o r t . c m a k e "
2025-05-14 16:30:59 +08:00
" / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c / C M a k e F i l e s / E x p o r t / s h a r e / m c / c m a k e / m c _ _ r o s i d l _ t y p e s u p p o r t _ i n t r o s p e c t i o n _ c p p E x p o r t . c m a k e " )
2025-05-12 14:16:52 +08:00
if ( EXPORT_FILE_CHANGED )
file ( GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/mc__rosidl_typesupport_introspection_cppExport-*.cmake" )
if ( OLD_CONFIG_FILES )
message ( STATUS "Old export file \" $ENV{ DESTDIR } ${ CMAKE_INSTALL_PREFIX } /share/mc/cmake/mc__rosidl_typesupport_introspection_cppExport.cmake\ " will be replaced. Removing files [${OLD_CONFIG_FILES}]." )
file ( REMOVE ${ OLD_CONFIG_FILES } )
endif ( )
endif ( )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/mc__rosidl_typesupport_introspection_cppExport.cmake" )
2025-05-12 14:16:52 +08:00
if ( "${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$" )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/mc__rosidl_typesupport_introspection_cppExport-noconfig.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/mc__rosidl_typesupport_cppExport.cmake" )
file ( DIFFERENT EXPORT_FILE_CHANGED FILES
" $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / s h a r e / m c / c m a k e / m c _ _ r o s i d l _ t y p e s u p p o r t _ c p p E x p o r t . c m a k e "
2025-05-14 16:30:59 +08:00
" / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c / C M a k e F i l e s / E x p o r t / s h a r e / m c / c m a k e / m c _ _ r o s i d l _ t y p e s u p p o r t _ c p p E x p o r t . c m a k e " )
2025-05-12 14:16:52 +08:00
if ( EXPORT_FILE_CHANGED )
file ( GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/mc__rosidl_typesupport_cppExport-*.cmake" )
if ( OLD_CONFIG_FILES )
message ( STATUS "Old export file \" $ENV{ DESTDIR } ${ CMAKE_INSTALL_PREFIX } /share/mc/cmake/mc__rosidl_typesupport_cppExport.cmake\ " will be replaced. Removing files [${OLD_CONFIG_FILES}]." )
file ( REMOVE ${ OLD_CONFIG_FILES } )
endif ( )
endif ( )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/mc__rosidl_typesupport_cppExport.cmake" )
2025-05-12 14:16:52 +08:00
if ( "${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$" )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/mc__rosidl_typesupport_cppExport-noconfig.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
if ( EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/export_mc__rosidl_generator_pyExport.cmake" )
file ( DIFFERENT EXPORT_FILE_CHANGED FILES
" $ E N V { D E S T D I R } $ { C M A K E _ I N S T A L L _ P R E F I X } / s h a r e / m c / c m a k e / e x p o r t _ m c _ _ r o s i d l _ g e n e r a t o r _ p y E x p o r t . c m a k e "
2025-05-14 16:30:59 +08:00
" / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c / C M a k e F i l e s / E x p o r t / s h a r e / m c / c m a k e / e x p o r t _ m c _ _ r o s i d l _ g e n e r a t o r _ p y E x p o r t . c m a k e " )
2025-05-12 14:16:52 +08:00
if ( EXPORT_FILE_CHANGED )
file ( GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/mc/cmake/export_mc__rosidl_generator_pyExport-*.cmake" )
if ( OLD_CONFIG_FILES )
message ( STATUS "Old export file \" $ENV{ DESTDIR } ${ CMAKE_INSTALL_PREFIX } /share/mc/cmake/export_mc__rosidl_generator_pyExport.cmake\ " will be replaced. Removing files [${OLD_CONFIG_FILES}]." )
file ( REMOVE ${ OLD_CONFIG_FILES } )
endif ( )
endif ( )
endif ( )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/export_mc__rosidl_generator_pyExport.cmake" )
2025-05-12 14:16:52 +08:00
if ( "${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$" )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/CMakeFiles/Export/share/mc/cmake/export_mc__rosidl_generator_pyExport-noconfig.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_cmake/rosidl_cmake-extras.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_export_dependencies/ament_cmake_export_dependencies-extras.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_cmake/rosidl_cmake_export_typesupport_targets-extras.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/build/mc/rosidl_cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc/cmake" TYPE FILE FILES
2025-05-14 16:30:59 +08:00
" / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c / a m e n t _ c m a k e _ c o r e / m c C o n f i g . c m a k e "
" / h o m e / c x h / s w e e p e r _ t r u c k _ r o s / b u i l d / m c / a m e n t _ c m a k e _ c o r e / m c C o n f i g - v e r s i o n . c m a k e "
2025-05-12 14:16:52 +08:00
)
endif ( )
if ( "x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT )
2025-05-14 16:30:59 +08:00
file ( INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/mc" TYPE FILE FILES "/home/cxh/sweeper_truck_ros/src/mc/package.xml" )
2025-05-12 14:16:52 +08:00
endif ( )
if ( NOT CMAKE_INSTALL_LOCAL_ONLY )
# Include the install script for each subdirectory.
2025-05-14 16:30:59 +08:00
include ( "/home/cxh/sweeper_truck_ros/build/mc/mc__py/cmake_install.cmake" )
2025-05-12 14:16:52 +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
" $ { C M A K E _ I N S T A L L _ M A N I F E S T _ F I L E S } " )
2025-05-14 16:30:59 +08:00
file ( WRITE "/home/cxh/sweeper_truck_ros/build/mc/${CMAKE_INSTALL_MANIFEST}"
2025-05-12 14:16:52 +08:00
" $ { C M A K E _ I N S T A L L _ M A N I F E S T _ C O N T E N T } " )