From c6621142c5dc88633411224fa74661c2d7a8f652 Mon Sep 17 00:00:00 2001 From: Justin Carpentier Date: Sat, 11 Nov 2023 09:45:24 +0100 Subject: [PATCH] remove print message --- 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")