From 09065dc00406f7a47071b0e97c200c5b6dfb1b3e Mon Sep 17 00:00:00 2001 From: David Faure Date: Mon, 7 Dec 2020 18:18:02 +0100 Subject: GIT_SILENT remove debugging for Windows CI --- modules/ECMAddTests.cmake | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/ECMAddTests.cmake') diff --git a/modules/ECMAddTests.cmake b/modules/ECMAddTests.cmake index 0136bb64..7e518212 100644 --- a/modules/ECMAddTests.cmake +++ b/modules/ECMAddTests.cmake @@ -102,10 +102,6 @@ function(ecm_add_test) endif() set(_plugin_path "$ENV{QT_PLUGIN_PATH}") set_property(TEST ${_testname} PROPERTY ENVIRONMENT "QT_PLUGIN_PATH=${CMAKE_LIBRARY_OUTPUT_DIRECTORY}${PATHSEP}${_plugin_path}") - if(CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows") - get_property(_debug_env TEST ${_testname} PROPERTY ENVIRONMENT) - message("debugging: _plugin_path=${_plugin_path} property=${_debug_env}") - endif() endif() if (ARG_TARGET_NAME_VAR) set(${ARG_TARGET_NAME_VAR} "${_targetname}" PARENT_SCOPE) -- cgit v1.2.1