From 75c1396ed7a4ebf01e946d85d3abef417fedaa0f Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Wed, 21 Nov 2018 10:56:31 -0500 Subject: [PATCH] cmake sitl_tests silence debug message --- platforms/posix/cmake/sitl_tests.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/platforms/posix/cmake/sitl_tests.cmake b/platforms/posix/cmake/sitl_tests.cmake index 9990fc2a9a..0b36456e56 100644 --- a/platforms/posix/cmake/sitl_tests.cmake +++ b/platforms/posix/cmake/sitl_tests.cmake @@ -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)