cmake sitl_tests silence debug message

This commit is contained in:
Daniel Agar 2018-11-21 10:56:31 -05:00 committed by Matthias Grob
parent 919a508935
commit 75c1396ed7
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@ if (CMAKE_SYSTEM_NAME STREQUAL "CYGWIN")
)
endif()
message("${tests}")
foreach(test_name ${tests})
configure_file(${PX4_SOURCE_DIR}/posix-configs/SITL/init/test/test_template.in ${PX4_SOURCE_DIR}/posix-configs/SITL/init/test/test_${test_name}_generated)