Merge pull request #20 from micro-ROS/fix/crystal-package-list

Fix/crystal package list
This commit is contained in:
Ingo Lütkebohle
2019-09-11 15:59:02 +02:00
committed by GitHub
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>