Output packages to identify build issue

This commit is contained in:
Luetkebohle Ingo (CR/AEX3)
2019-08-13 09:39:06 +02:00
parent d604a15708
commit 2d9fbc520a
+1
View File
@@ -100,6 +100,7 @@ execute_process(
if(NOT _result EQUAL 0) if(NOT _result EQUAL 0)
message(FATAL_ERROR "Error finding xml packages") message(FATAL_ERROR "Error finding xml packages")
endif() endif()
message("Packages in '${_COLCON_CALL_DIR}: ${_packages}")
# Convert output to list # Convert output to list