Compare commits

...
3 Commits
Author SHA1 Message Date
Ingo Lütkebohle ee8a0ba7e1 Merge pull request #20 from micro-ROS/fix/crystal-package-list
Fix/crystal package list
2019-09-11 15:59:02 +02:00
Borja Outerelo ab8788aada Target new package name. 2019-09-11 15:24:43 +02:00
Luetkebohle Ingo (CR/AEX3) 2d9fbc520a Output packages to identify build issue 2019-08-13 09:39:06 +02:00
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -100,6 +100,7 @@ execute_process(
if(NOT _result EQUAL 0)
message(FATAL_ERROR "Error finding xml packages")
endif()
message("Packages in '${_COLCON_CALL_DIR}: ${_packages}")
# Convert output to list
+2 -2
View File
@@ -13,8 +13,8 @@
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<build_depend>micro-xrce-dds-agent</build_depend>
<build_export_depend>micro-xrce-dds-agent</build_export_depend>
<build_depend>microxrcedds_agent</build_depend>
<build_export_depend>microxrcedds_agent</build_export_depend>
<export>
<build_type>ament_cmake</build_type>