forked from Archive/PX4-Autopilot
cmake sitl_tests silence debug message
This commit is contained in:
parent
919a508935
commit
75c1396ed7
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue