You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cmake_install.cmake 40KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574
  1. # Install script for directory: /home/ros2/dev2_ws/src/aruco_interfaces
  2. # Set the install prefix
  3. if(NOT DEFINED CMAKE_INSTALL_PREFIX)
  4. set(CMAKE_INSTALL_PREFIX "/home/ros2/dev2_ws/install/aruco_interfaces")
  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 "")
  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}/share/ament_index/resource_index/rosidl_interfaces" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_index/share/ament_index/resource_index/rosidl_interfaces/aruco_interfaces")
  36. endif()
  37. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  38. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/aruco_interfaces" TYPE DIRECTORY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_generator_c/aruco_interfaces/" REGEX "/[^/]*\\.h$")
  39. endif()
  40. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  41. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/environment" TYPE FILE FILES "/opt/ros/foxy/lib/python3.8/site-packages/ament_package/template/environment_hook/library_path.sh")
  42. endif()
  43. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  44. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/environment" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_environment_hooks/library_path.dsv")
  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/libaruco_interfaces__rosidl_generator_c.so" AND
  48. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_generator_c.so")
  49. file(RPATH_CHECK
  50. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_generator_c.so"
  51. RPATH "")
  52. endif()
  53. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/libaruco_interfaces__rosidl_generator_c.so")
  54. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_generator_c.so" AND
  55. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_generator_c.so")
  56. file(RPATH_CHANGE
  57. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_generator_c.so"
  58. OLD_RPATH "/opt/ros/foxy/lib:"
  59. NEW_RPATH "")
  60. if(CMAKE_INSTALL_DO_STRIP)
  61. execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_generator_c.so")
  62. endif()
  63. endif()
  64. endif()
  65. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  66. endif()
  67. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  68. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/aruco_interfaces" TYPE DIRECTORY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_typesupport_fastrtps_c/aruco_interfaces/" REGEX "/[^/]*\\.cpp$" EXCLUDE)
  69. endif()
  70. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  71. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_fastrtps_c.so" AND
  72. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_fastrtps_c.so")
  73. file(RPATH_CHECK
  74. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_fastrtps_c.so"
  75. RPATH "")
  76. endif()
  77. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/libaruco_interfaces__rosidl_typesupport_fastrtps_c.so")
  78. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_fastrtps_c.so" AND
  79. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_fastrtps_c.so")
  80. file(RPATH_CHANGE
  81. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_fastrtps_c.so"
  82. OLD_RPATH "/opt/ros/foxy/lib:/home/ros2/dev2_ws/build/aruco_interfaces:"
  83. NEW_RPATH "")
  84. if(CMAKE_INSTALL_DO_STRIP)
  85. execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_fastrtps_c.so")
  86. endif()
  87. endif()
  88. endif()
  89. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  90. endif()
  91. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  92. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/aruco_interfaces" TYPE DIRECTORY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_typesupport_fastrtps_cpp/aruco_interfaces/" REGEX "/[^/]*\\.cpp$" EXCLUDE)
  93. endif()
  94. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  95. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_fastrtps_cpp.so" AND
  96. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_fastrtps_cpp.so")
  97. file(RPATH_CHECK
  98. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_fastrtps_cpp.so"
  99. RPATH "")
  100. endif()
  101. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/libaruco_interfaces__rosidl_typesupport_fastrtps_cpp.so")
  102. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_fastrtps_cpp.so" AND
  103. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_fastrtps_cpp.so")
  104. file(RPATH_CHANGE
  105. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_fastrtps_cpp.so"
  106. OLD_RPATH "/opt/ros/foxy/lib:"
  107. NEW_RPATH "")
  108. if(CMAKE_INSTALL_DO_STRIP)
  109. execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_fastrtps_cpp.so")
  110. endif()
  111. endif()
  112. endif()
  113. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  114. endif()
  115. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  116. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/aruco_interfaces" TYPE DIRECTORY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_typesupport_introspection_c/aruco_interfaces/" REGEX "/[^/]*\\.h$")
  117. endif()
  118. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  119. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_introspection_c.so" AND
  120. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_introspection_c.so")
  121. file(RPATH_CHECK
  122. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_introspection_c.so"
  123. RPATH "")
  124. endif()
  125. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/libaruco_interfaces__rosidl_typesupport_introspection_c.so")
  126. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_introspection_c.so" AND
  127. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_introspection_c.so")
  128. file(RPATH_CHANGE
  129. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_introspection_c.so"
  130. OLD_RPATH "/home/ros2/dev2_ws/build/aruco_interfaces:/opt/ros/foxy/lib:"
  131. NEW_RPATH "")
  132. if(CMAKE_INSTALL_DO_STRIP)
  133. execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_introspection_c.so")
  134. endif()
  135. endif()
  136. endif()
  137. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  138. endif()
  139. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  140. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_c.so" AND
  141. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_c.so")
  142. file(RPATH_CHECK
  143. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_c.so"
  144. RPATH "")
  145. endif()
  146. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/libaruco_interfaces__rosidl_typesupport_c.so")
  147. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_c.so" AND
  148. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_c.so")
  149. file(RPATH_CHANGE
  150. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_c.so"
  151. OLD_RPATH "/opt/ros/foxy/lib:"
  152. NEW_RPATH "")
  153. if(CMAKE_INSTALL_DO_STRIP)
  154. execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_c.so")
  155. endif()
  156. endif()
  157. endif()
  158. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  159. endif()
  160. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  161. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/aruco_interfaces" TYPE DIRECTORY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_generator_cpp/aruco_interfaces/" REGEX "/[^/]*\\.hpp$")
  162. endif()
  163. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  164. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/aruco_interfaces" TYPE DIRECTORY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_typesupport_introspection_cpp/aruco_interfaces/" REGEX "/[^/]*\\.hpp$")
  165. endif()
  166. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  167. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_introspection_cpp.so" AND
  168. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_introspection_cpp.so")
  169. file(RPATH_CHECK
  170. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_introspection_cpp.so"
  171. RPATH "")
  172. endif()
  173. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/libaruco_interfaces__rosidl_typesupport_introspection_cpp.so")
  174. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_introspection_cpp.so" AND
  175. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_introspection_cpp.so")
  176. file(RPATH_CHANGE
  177. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_introspection_cpp.so"
  178. OLD_RPATH "/opt/ros/foxy/lib:"
  179. NEW_RPATH "")
  180. if(CMAKE_INSTALL_DO_STRIP)
  181. execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_introspection_cpp.so")
  182. endif()
  183. endif()
  184. endif()
  185. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  186. endif()
  187. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  188. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_cpp.so" AND
  189. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_cpp.so")
  190. file(RPATH_CHECK
  191. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_cpp.so"
  192. RPATH "")
  193. endif()
  194. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/libaruco_interfaces__rosidl_typesupport_cpp.so")
  195. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_cpp.so" AND
  196. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_cpp.so")
  197. file(RPATH_CHANGE
  198. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_cpp.so"
  199. OLD_RPATH "/opt/ros/foxy/lib:"
  200. NEW_RPATH "")
  201. if(CMAKE_INSTALL_DO_STRIP)
  202. execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__rosidl_typesupport_cpp.so")
  203. endif()
  204. endif()
  205. endif()
  206. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  207. endif()
  208. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  209. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/environment" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_environment_hooks/pythonpath.sh")
  210. endif()
  211. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  212. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/environment" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_environment_hooks/pythonpath.dsv")
  213. endif()
  214. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  215. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_generator_py/aruco_interfaces/__init__.py")
  216. endif()
  217. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  218. execute_process(
  219. COMMAND
  220. "/usr/bin/python3" "-m" "compileall"
  221. "/home/ros2/dev2_ws/install/aruco_interfaces/lib/python3.8/site-packages/aruco_interfaces/__init__.py"
  222. )
  223. endif()
  224. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  225. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/msg" TYPE DIRECTORY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_generator_py/aruco_interfaces/msg/" REGEX "/[^/]*\\.py$")
  226. endif()
  227. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  228. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-38-x86_64-linux-gnu.so" AND
  229. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-38-x86_64-linux-gnu.so")
  230. file(RPATH_CHECK
  231. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-38-x86_64-linux-gnu.so"
  232. RPATH "")
  233. endif()
  234. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces" TYPE SHARED_LIBRARY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_generator_py/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-38-x86_64-linux-gnu.so")
  235. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-38-x86_64-linux-gnu.so" AND
  236. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-38-x86_64-linux-gnu.so")
  237. file(RPATH_CHANGE
  238. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-38-x86_64-linux-gnu.so"
  239. OLD_RPATH "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_generator_py/aruco_interfaces:/home/ros2/dev2_ws/build/aruco_interfaces:/opt/ros/foxy/lib:/opt/ros/foxy/share/geometry_msgs/cmake/../../../lib:/opt/ros/foxy/share/std_msgs/cmake/../../../lib:/opt/ros/foxy/share/builtin_interfaces/cmake/../../../lib:"
  240. NEW_RPATH "")
  241. if(CMAKE_INSTALL_DO_STRIP)
  242. execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_fastrtps_c.cpython-38-x86_64-linux-gnu.so")
  243. endif()
  244. endif()
  245. endif()
  246. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  247. endif()
  248. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  249. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_introspection_c.cpython-38-x86_64-linux-gnu.so" AND
  250. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_introspection_c.cpython-38-x86_64-linux-gnu.so")
  251. file(RPATH_CHECK
  252. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_introspection_c.cpython-38-x86_64-linux-gnu.so"
  253. RPATH "")
  254. endif()
  255. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces" TYPE SHARED_LIBRARY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_generator_py/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_introspection_c.cpython-38-x86_64-linux-gnu.so")
  256. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_introspection_c.cpython-38-x86_64-linux-gnu.so" AND
  257. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_introspection_c.cpython-38-x86_64-linux-gnu.so")
  258. file(RPATH_CHANGE
  259. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_introspection_c.cpython-38-x86_64-linux-gnu.so"
  260. OLD_RPATH "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_generator_py/aruco_interfaces:/home/ros2/dev2_ws/build/aruco_interfaces:/opt/ros/foxy/lib:/opt/ros/foxy/share/geometry_msgs/cmake/../../../lib:/opt/ros/foxy/share/std_msgs/cmake/../../../lib:/opt/ros/foxy/share/builtin_interfaces/cmake/../../../lib:"
  261. NEW_RPATH "")
  262. if(CMAKE_INSTALL_DO_STRIP)
  263. execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_introspection_c.cpython-38-x86_64-linux-gnu.so")
  264. endif()
  265. endif()
  266. endif()
  267. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  268. endif()
  269. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  270. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_c.cpython-38-x86_64-linux-gnu.so" AND
  271. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_c.cpython-38-x86_64-linux-gnu.so")
  272. file(RPATH_CHECK
  273. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_c.cpython-38-x86_64-linux-gnu.so"
  274. RPATH "")
  275. endif()
  276. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces" TYPE SHARED_LIBRARY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_generator_py/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_c.cpython-38-x86_64-linux-gnu.so")
  277. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_c.cpython-38-x86_64-linux-gnu.so" AND
  278. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_c.cpython-38-x86_64-linux-gnu.so")
  279. file(RPATH_CHANGE
  280. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_c.cpython-38-x86_64-linux-gnu.so"
  281. OLD_RPATH "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_generator_py/aruco_interfaces:/home/ros2/dev2_ws/build/aruco_interfaces:/opt/ros/foxy/lib:/opt/ros/foxy/share/geometry_msgs/cmake/../../../lib:/opt/ros/foxy/share/std_msgs/cmake/../../../lib:/opt/ros/foxy/share/builtin_interfaces/cmake/../../../lib:"
  282. NEW_RPATH "")
  283. if(CMAKE_INSTALL_DO_STRIP)
  284. execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/python3.8/site-packages/aruco_interfaces/aruco_interfaces_s__rosidl_typesupport_c.cpython-38-x86_64-linux-gnu.so")
  285. endif()
  286. endif()
  287. endif()
  288. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  289. endif()
  290. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  291. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__python.so" AND
  292. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__python.so")
  293. file(RPATH_CHECK
  294. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__python.so"
  295. RPATH "")
  296. endif()
  297. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_generator_py/aruco_interfaces/libaruco_interfaces__python.so")
  298. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__python.so" AND
  299. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__python.so")
  300. file(RPATH_CHANGE
  301. FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__python.so"
  302. OLD_RPATH "/home/ros2/dev2_ws/build/aruco_interfaces:/opt/ros/foxy/share/geometry_msgs/cmake/../../../lib:/opt/ros/foxy/share/std_msgs/cmake/../../../lib:/opt/ros/foxy/share/builtin_interfaces/cmake/../../../lib:/opt/ros/foxy/lib:"
  303. NEW_RPATH "")
  304. if(CMAKE_INSTALL_DO_STRIP)
  305. execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libaruco_interfaces__python.so")
  306. endif()
  307. endif()
  308. endif()
  309. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  310. endif()
  311. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  312. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/msg" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_adapter/aruco_interfaces/msg/ArucoMarkerPose.idl")
  313. endif()
  314. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  315. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/msg" TYPE FILE FILES "/home/ros2/dev2_ws/src/aruco_interfaces/msg/ArucoMarkerPose.msg")
  316. endif()
  317. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  318. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/package_run_dependencies" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_index/share/ament_index/resource_index/package_run_dependencies/aruco_interfaces")
  319. endif()
  320. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  321. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/parent_prefix_path" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_index/share/ament_index/resource_index/parent_prefix_path/aruco_interfaces")
  322. endif()
  323. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  324. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/environment" TYPE FILE FILES "/opt/ros/foxy/share/ament_cmake_core/cmake/environment_hooks/environment/ament_prefix_path.sh")
  325. endif()
  326. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  327. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/environment" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_environment_hooks/ament_prefix_path.dsv")
  328. endif()
  329. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  330. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/environment" TYPE FILE FILES "/opt/ros/foxy/share/ament_cmake_core/cmake/environment_hooks/environment/path.sh")
  331. endif()
  332. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  333. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/environment" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_environment_hooks/path.dsv")
  334. endif()
  335. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  336. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_environment_hooks/local_setup.bash")
  337. endif()
  338. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  339. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_environment_hooks/local_setup.sh")
  340. endif()
  341. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  342. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_environment_hooks/local_setup.zsh")
  343. endif()
  344. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  345. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_environment_hooks/local_setup.dsv")
  346. endif()
  347. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  348. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_environment_hooks/package.dsv")
  349. endif()
  350. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  351. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/packages" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_index/share/ament_index/resource_index/packages/aruco_interfaces")
  352. endif()
  353. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  354. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_generator_cExport.cmake")
  355. file(DIFFERENT EXPORT_FILE_CHANGED FILES
  356. "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_generator_cExport.cmake"
  357. "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_generator_cExport.cmake")
  358. if(EXPORT_FILE_CHANGED)
  359. file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_generator_cExport-*.cmake")
  360. if(OLD_CONFIG_FILES)
  361. message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_generator_cExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].")
  362. file(REMOVE ${OLD_CONFIG_FILES})
  363. endif()
  364. endif()
  365. endif()
  366. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_generator_cExport.cmake")
  367. if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$")
  368. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_generator_cExport-noconfig.cmake")
  369. endif()
  370. endif()
  371. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  372. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_introspection_cExport.cmake")
  373. file(DIFFERENT EXPORT_FILE_CHANGED FILES
  374. "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_introspection_cExport.cmake"
  375. "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_introspection_cExport.cmake")
  376. if(EXPORT_FILE_CHANGED)
  377. file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_introspection_cExport-*.cmake")
  378. if(OLD_CONFIG_FILES)
  379. message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_introspection_cExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].")
  380. file(REMOVE ${OLD_CONFIG_FILES})
  381. endif()
  382. endif()
  383. endif()
  384. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_introspection_cExport.cmake")
  385. if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$")
  386. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_introspection_cExport-noconfig.cmake")
  387. endif()
  388. endif()
  389. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  390. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_cExport.cmake")
  391. file(DIFFERENT EXPORT_FILE_CHANGED FILES
  392. "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_cExport.cmake"
  393. "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_cExport.cmake")
  394. if(EXPORT_FILE_CHANGED)
  395. file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_cExport-*.cmake")
  396. if(OLD_CONFIG_FILES)
  397. message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_cExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].")
  398. file(REMOVE ${OLD_CONFIG_FILES})
  399. endif()
  400. endif()
  401. endif()
  402. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_cExport.cmake")
  403. if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$")
  404. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_cExport-noconfig.cmake")
  405. endif()
  406. endif()
  407. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  408. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_generator_cppExport.cmake")
  409. file(DIFFERENT EXPORT_FILE_CHANGED FILES
  410. "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_generator_cppExport.cmake"
  411. "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_generator_cppExport.cmake")
  412. if(EXPORT_FILE_CHANGED)
  413. file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_generator_cppExport-*.cmake")
  414. if(OLD_CONFIG_FILES)
  415. message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_generator_cppExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].")
  416. file(REMOVE ${OLD_CONFIG_FILES})
  417. endif()
  418. endif()
  419. endif()
  420. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_generator_cppExport.cmake")
  421. endif()
  422. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  423. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_introspection_cppExport.cmake")
  424. file(DIFFERENT EXPORT_FILE_CHANGED FILES
  425. "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_introspection_cppExport.cmake"
  426. "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_introspection_cppExport.cmake")
  427. if(EXPORT_FILE_CHANGED)
  428. file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_introspection_cppExport-*.cmake")
  429. if(OLD_CONFIG_FILES)
  430. message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_introspection_cppExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].")
  431. file(REMOVE ${OLD_CONFIG_FILES})
  432. endif()
  433. endif()
  434. endif()
  435. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_introspection_cppExport.cmake")
  436. if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$")
  437. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_introspection_cppExport-noconfig.cmake")
  438. endif()
  439. endif()
  440. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  441. if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_cppExport.cmake")
  442. file(DIFFERENT EXPORT_FILE_CHANGED FILES
  443. "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_cppExport.cmake"
  444. "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_cppExport.cmake")
  445. if(EXPORT_FILE_CHANGED)
  446. file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_cppExport-*.cmake")
  447. if(OLD_CONFIG_FILES)
  448. message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_cppExport.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].")
  449. file(REMOVE ${OLD_CONFIG_FILES})
  450. endif()
  451. endif()
  452. endif()
  453. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_cppExport.cmake")
  454. if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$")
  455. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/CMakeFiles/Export/share/aruco_interfaces/cmake/aruco_interfaces__rosidl_typesupport_cppExport-noconfig.cmake")
  456. endif()
  457. endif()
  458. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  459. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_cmake/rosidl_cmake-extras.cmake")
  460. endif()
  461. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  462. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_export_dependencies/ament_cmake_export_dependencies-extras.cmake")
  463. endif()
  464. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  465. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_export_libraries/ament_cmake_export_libraries-extras.cmake")
  466. endif()
  467. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  468. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_export_targets/ament_cmake_export_targets-extras.cmake")
  469. endif()
  470. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  471. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_export_include_directories/ament_cmake_export_include_directories-extras.cmake")
  472. endif()
  473. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  474. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_cmake/rosidl_cmake_export_typesupport_libraries-extras.cmake")
  475. endif()
  476. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  477. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES "/home/ros2/dev2_ws/build/aruco_interfaces/rosidl_cmake/rosidl_cmake_export_typesupport_targets-extras.cmake")
  478. endif()
  479. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  480. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces/cmake" TYPE FILE FILES
  481. "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_core/aruco_interfacesConfig.cmake"
  482. "/home/ros2/dev2_ws/build/aruco_interfaces/ament_cmake_core/aruco_interfacesConfig-version.cmake"
  483. )
  484. endif()
  485. if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
  486. file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/aruco_interfaces" TYPE FILE FILES "/home/ros2/dev2_ws/src/aruco_interfaces/package.xml")
  487. endif()
  488. if(NOT CMAKE_INSTALL_LOCAL_ONLY)
  489. # Include the install script for each subdirectory.
  490. include("/home/ros2/dev2_ws/build/aruco_interfaces/aruco_interfaces__py/cmake_install.cmake")
  491. endif()
  492. if(CMAKE_INSTALL_COMPONENT)
  493. set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
  494. else()
  495. set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
  496. endif()
  497. string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
  498. "${CMAKE_INSTALL_MANIFEST_FILES}")
  499. file(WRITE "/home/ros2/dev2_ws/build/aruco_interfaces/${CMAKE_INSTALL_MANIFEST}"
  500. "${CMAKE_INSTALL_MANIFEST_CONTENT}")