Skip to content

Commit

Permalink
remove print message
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Nov 11, 2023
1 parent 1f6b9eb commit c662114
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c662114

Please sign in to comment.