File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -97,19 +97,13 @@ if(RESVG_FOUND AND NOT TARGET RESVG::resvg)
9797 if (WIN32 )
9898 # Windows mis-links SHARED library targets
9999 add_library (RESVG::resvg UNKNOWN IMPORTED )
100- message (STATUS " UNKNOWN IMPORTED target for Win32" )
101100 else ()
102101 # Linux needs SHARED to link because libresvg has no SONAME
103102 add_library (RESVG::resvg SHARED IMPORTED )
104103 set_property (TARGET RESVG::resvg APPEND PROPERTY
105104 IMPORTED_NO_SONAME TRUE )
106- message (STATUS " SHARED IMPORTED target with IMPORTED_NO_SONAME" )
107105 endif ()
108106
109- message (STATUS " INCLUDE_DIRECTORIES: ${RESVG_INCLUDE_DIRS} " )
110- message (STATUS " COMPILE_DEFINITIONS: ${RESVG_DEFINITIONS} " )
111- message (STATUS " IMPORTED_LOCATION: ${RESVG_LIBRARIES} " )
112-
113107 set_property (TARGET RESVG::resvg APPEND PROPERTY
114108 INTERFACE_INCLUDE_DIRECTORIES "${RESVG_INCLUDE_DIRS} " )
115109
You can’t perform that action at this time.
0 commit comments