From f5894c9c7b31014ca27ddd44e16d870fb74aebeb Mon Sep 17 00:00:00 2001 From: Justin Carpentier Date: Mon, 22 Jan 2024 13:20:49 +0100 Subject: [PATCH] pkg-config: remove useless message printing --- pkg-config.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg-config.cmake b/pkg-config.cmake index 327288d4e..b03978993 100644 --- a/pkg-config.cmake +++ b/pkg-config.cmake @@ -824,7 +824,6 @@ macro(PKG_CONFIG_APPEND_LIBS LIBS) if(TARGET ${LIB}) get_target_property(TARGET_TYPE ${LIB} TYPE) - message(STATUS "target_type: ${TARGET_TYPE}") # CMake 3.16 until 3.19 do not properly handle the properties for # INTERFACE. if(${TARGET_TYPE} STREQUAL "INTERFACE_LIBRARY")